X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment4.mdwn;h=9b7ec2c028622dc92e17dced54403aa6043b8896;hp=7ec49f77e604a02ea82901487db000cc9bcf8e4b;hb=HEAD;hpb=a4c3bd5c0bcebbd8f550ec6f6033f16f98cd2a8e diff --git a/assignment4.mdwn b/assignment4.mdwn deleted file mode 100644 index 7ec49f77..00000000 --- a/assignment4.mdwn +++ /dev/null @@ -1,35 +0,0 @@ - -#Reversing a list# - -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. - - - - - -[[Implementing trees]]