ass5: tweaks
[lambda.git] / assignment5.mdwn
index a79df5f..73ebb51 100644 (file)
@@ -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;;