assignment 10 tweaks
[lambda.git] / cps_and_continuation_operators.mdwn
index b1f6c69..2c3f356 100644 (file)
@@ -272,7 +272,7 @@ The third example is more difficult to make work with the monadic library, becau
 
        # C.(run0 (callcc (fun k -> unit (1,`Box k)) >>= fun (p1,`Box p2) -> p2 (2,`Box unit) >>= fun p2' -> unit (p1,p2')));;
        - : int * (int * [ `Box of 'b -> ('a, 'b) C.m ] as 'b) as 'a =
-(2, (2, `Box <fun>))
+       (2, (2, `Box <fun>))
 
 <!-- FIXME -->