From caf7c722676ab5c359ca8ab78f999445453158e6 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 22 Mar 2015 11:24:06 -0400 Subject: [PATCH 1/1] More explicitness --- exercises/assignment7.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/assignment7.mdwn b/exercises/assignment7.mdwn index bfc171b6..7ec7a472 100644 --- a/exercises/assignment7.mdwn +++ b/exercises/assignment7.mdwn @@ -133,3 +133,5 @@ is the singleton function `\p. [p]`, and the composition operator is: (* which OCaml evaluates to: - : int list = [49; 14; 64; 16] *) + + Show that these obey the Monad Laws. -- 2.11.0