From: Chris Barker Date: Sun, 31 Oct 2010 14:22:11 +0000 (-0400) Subject: edits X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=d9044712f0cf116029c39c68095e703af3367cb1;ds=sidebyside edits --- 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: