ass5: tweaks
authorJim Pryor <profjim@jimpryor.net>
Tue, 26 Oct 2010 15:22:39 +0000 (11:22 -0400)
committerJim Pryor <profjim@jimpryor.net>
Tue, 26 Oct 2010 15:22:39 +0000 (11:22 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment5.mdwn

index a79df5f..73ebb51 100644 (file)
@@ -13,9 +13,7 @@ Types and OCaml
                - : int = 1
 
 
                - : 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;;
 
 
                let rec f x = f x;;