From: Chris Barker Date: Sat, 25 Sep 2010 21:10:13 +0000 (-0400) Subject: new text X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=5fe94991f45f63c51ce3809cba60515f18163a65;ds=sidebyside new text --- diff --git a/assignment3.mdwn b/assignment3.mdwn index 013bc3c5..4e3c4f33 100644 --- a/assignment3.mdwn +++ b/assignment3.mdwn @@ -66,10 +66,8 @@ same length. That is, listLenEq mylist (makeList meh (makeList meh nil))) ~~> false -4. Now write the same function (true iff two lists have the same -length) but don't use the length function (hint: use `leq` as a model). +4. Now write the same function, but don't use the length function (hint: use `leq` as a model). - That is, (makeList 1 (makeList 2 (makeList 3 nil))) [The following should be correct, but won't run in my browser: