Added assignmemnt 6
authorChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Mon, 1 Nov 2010 19:24:30 +0000 (15:24 -0400)
committerChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Mon, 1 Nov 2010 19:24:30 +0000 (15:24 -0400)
assignment6.mdwn

index 919ff24..b21050b 100644 (file)
@@ -7,7 +7,7 @@ the calculuation.  That is, the desired behavior should be like this:
     # lift ( + ) (lift ( / ) (unit 20) (unit 2)) (lift ( * ) (unit 2) (unit 3)) 0;;
     - : int * int = (16, 3)
 
-Here, `lift` is the function that uses `bind` to prepare an ordinary
+    Here, `lift` is the function that uses `bind` to prepare an ordinary
 arithmetic operator (such as addition `( + )`, division `( / )`, or
 multiplication `( * )`) to recieve objects from the counting monad as
 arguments.  The response of the interpreter says two things: that