From d8ea9a0cf076acc9fc9a362c8823e62cda582774 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Mar 2015 18:52:55 -0400 Subject: [PATCH] argh... Haskell vs OCaml --- exercises/assignment7.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/assignment7.mdwn b/exercises/assignment7.mdwn index 3d216293..37a84c0c 100644 --- a/exercises/assignment7.mdwn +++ b/exercises/assignment7.mdwn @@ -112,7 +112,7 @@ More specifically, (If you have trouble keeping straight what is the OCaml terminology for this and what is the Haskell terminology, don't worry, we do too.) -Now the obvious singleton for the Option monad is `\p. Just p`. Give +Now the obvious singleton for the Option monad is `\p. Some p`. Give (or reconstruct) either of the composition operators `>=>` or `<=<`. Show that your composition operator obeys the Monad Laws. -- 2.11.0