X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment6.mdwn;h=f1a892aa440f9e2b4cf6dfb254ebca7a1fd8d585;hp=853403db7ad988b87e491db062a25885dbf8dfdc;hb=57439ef74347e5ca607d9b717f20e888f879ef87;hpb=a92bbc12c3537a886f85ae063d5f77adfdb325d3 diff --git a/assignment6.mdwn b/assignment6.mdwn index 853403db..f1a892aa 100644 --- a/assignment6.mdwn +++ b/assignment6.mdwn @@ -5,7 +5,7 @@ answer along with a count of the number of operations performed during the calculation. That is, the desired behavior should be like this: # lift ( + ) (lift ( / ) (unit 20) (unit 2)) - (lift ( * ) (unit 2) (unit 3)) 0;; + (lift ( * ) (unit 2) (unit 3)) 0;; - : int * int = (16, 3) Here, `lift` is the function that uses `bind` to prepare an ordinary