X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=exercises%2F_assignment6.mdwn;h=1ebac0cd9d7e9c667d3b678b6cf85c0427e690a0;hp=cd9db08681ddbf5bac92585cda68f5343f2100f1;hb=8ec457f9b595576344512a733bac1cd4937eb851;hpb=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.