assignment3 tweak
[lambda.git] / assignment3.mdwn
index c4d9992..72c6f28 100644 (file)
@@ -56,10 +56,9 @@ Warning: it takes a long time for my browser to compute factorials larger than 4
 3. (Easy) Write a function `equal_length` that returns true just in case
 two lists have the same length.  That is,
 
-     equal_length mylist (make_list junk (make_list junk (make_list junk empty)))
-     ~~> true
+       equal_length mylist (make_list junk (make_list junk (make_list junk empty))) ~~> true
 
-     equal_length mylist (make_list junk (make_list junk empty))) ~~> false
+       equal_length mylist (make_list junk (make_list junk empty))) ~~> false
 
 
 4. (Still easy) Now write the same function, but don't use the length