From 5fe94991f45f63c51ce3809cba60515f18163a65 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sat, 25 Sep 2010 17:10:13 -0400 Subject: [PATCH 1/1] new text --- assignment3.mdwn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: -- 2.11.0