X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week7.mdwn;h=f5114046e16a064efb0cad3c2550eb78bddff93e;hp=52bc8eb5d2e9855e872cfca13bc469d1582e8b36;hb=d9044712f0cf116029c39c68095e703af3367cb1;hpb=f1086f391556371f688a6ed2807da5e127d69608 diff --git a/week7.mdwn b/week7.mdwn index 52bc8eb5..f5114046 100644 --- a/week7.mdwn +++ b/week7.mdwn @@ -115,9 +115,9 @@ val unit : 'a -> 'a option = The parentheses is the magic for telling Ocaml that the - function to be defined (in this case, the name of the function - is `*`, pronounced "bind") is an infix operator, so we write - `m * f` or `( * ) m f` instead of `* m f`. +function to be defined (in this case, the name of the function +is `*`, pronounced "bind") is an infix operator, so we write +`m * f` or `( * ) m f` instead of `* m f`. * Associativity: bind obeys a kind of associativity, like this: