From d9044712f0cf116029c39c68095e703af3367cb1 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sun, 31 Oct 2010 10:22:11 -0400 Subject: [PATCH] edits --- week7.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.11.0