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

index 6988147..5898788 100644 (file)
@@ -200,7 +200,7 @@ let div (x:int) (y:int) =
                _ -> Some (x / y);;
 
 (*
                _ -> 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;;
 # div 12 3;;
 - : int option = Some 4
 # div 12 0;;