(no commit message)
authorchris <chris@web>
Sun, 15 Mar 2015 20:47:48 +0000 (16:47 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sun, 15 Mar 2015 20:47:48 +0000 (16:47 -0400)
exercises/_assignment6.mdwn

index cd9db08..1ebac0c 100644 (file)
@@ -183,6 +183,6 @@ composition operator such that
 
       f p = [p, p+1]
       s q = [q*q, q+q]
-      >=> f s 7 = [49, 64]
+      >=> f s 7 = [49, 16]
 
 and then prove it obeys the monad laws.