added proto-monad
authorChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Mon, 25 Oct 2010 18:13:58 +0000 (14:13 -0400)
committerChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Mon, 25 Oct 2010 18:13:58 +0000 (14:13 -0400)
week6.mdwn

index 5898788..ac94b79 100644 (file)
@@ -200,7 +200,7 @@ let div (x:int) (y:int) =
                _ -> Some (x / y);;
 
 (*
-val div : int -> int -> int option = \<fun\>
+val div : int -> int -> int option = fun
 # div 12 3;;
 - : int option = Some 4
 # div 12 0;;