From: chris Date: Sun, 15 Mar 2015 20:47:48 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=cbb25a6a2e43859900db88bdbe109552e83e36a1;hp=28a4f4e37ae8c8c189186b5cd49ab055a3646f57 --- diff --git a/exercises/_assignment6.mdwn b/exercises/_assignment6.mdwn index cd9db086..1ebac0cd 100644 --- a/exercises/_assignment6.mdwn +++ b/exercises/_assignment6.mdwn @@ -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.