From bfba652f01bea3932281272c3d0a01669d1efb18 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 15 Mar 2015 13:27:07 -0400 Subject: [PATCH 1/1] --- exercises/_assignment6.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exercises/_assignment6.mdwn b/exercises/_assignment6.mdwn index b6a00ded..91566c9d 100644 --- a/exercises/_assignment6.mdwn +++ b/exercises/_assignment6.mdwn @@ -174,15 +174,15 @@ is `\p.[p]`, and the composition operator is Sanity check: - f p = [x, x+1] - s q = [x*x, x+x] - >=> f s 7 = [49, 14, 64, 16] + f p = [x, x+1] + s q = [x*x, x+x] + >=> f s 7 = [49, 14, 64, 16] 3. Do the same for zippy lists. That is, you need to find a composition operator such that - f p = [x, x+1] - s q = [x*x, x+x] - >=> f s 7 = [49, 64] + f p = [x, x+1] + s q = [x*x, x+x] + >=> f s 7 = [49, 64] and then prove it obeys the monad laws. -- 2.11.0