From 48b6ae024e8268541a5b6be4d87f4894e357e4a1 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 3 Oct 2010 17:37:25 -0400 Subject: [PATCH] assignment4 tweaks Signed-off-by: Jim Pryor --- assignment4.mdwn | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/assignment4.mdwn b/assignment4.mdwn index 74238062..cd89a134 100644 --- a/assignment4.mdwn +++ b/assignment4.mdwn @@ -1,15 +1,20 @@ #Reversing a list# -1. How would you define an operation to reverse a list? (Don't peek at the +
    +
  1. How would you define an operation to reverse a list? (Don't peek at the [[lambda_library]]! Try to figure it out on your own.) Choose whichever implementation of list you like. Even then, there are various strategies you can use. (See [[hints/Assignment 4 hint 1]] if you need some hints.) +
#Comparing lists for equality# +
    +
  1. blah +