More explicitness
authorjim <jim@web>
Sun, 22 Mar 2015 15:24:06 +0000 (11:24 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sun, 22 Mar 2015 15:24:06 +0000 (11:24 -0400)
exercises/assignment7.mdwn

index bfc171b..7ec7a47 100644 (file)
@@ -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]
         *)
         (* which OCaml evaluates to:
         - : int list = [49; 14; 64; 16]
         *)
+
+    Show that these obey the Monad Laws.