From a5612ad05978d5d95334ae77141bf89a172c15a4 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 26 Oct 2010 11:22:39 -0400 Subject: [PATCH] ass5: tweaks Signed-off-by: Jim Pryor --- assignment5.mdwn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assignment5.mdwn b/assignment5.mdwn index a79df5f7..73ebb519 100644 --- a/assignment5.mdwn +++ b/assignment5.mdwn @@ -13,9 +13,7 @@ Types and OCaml - : int = 1 -1. Which of the following expressions is well-typed in OCaml? - For those that are, give the type of the expression as a whole. - For those that are not, why not? +1. Which of the following expressions is well-typed in OCaml? For those that are, give the type of the expression as a whole. For those that are not, why not? let rec f x = f x;; -- 2.11.0