From 97cbee46cb35e1eb7aa5ea5f8b1af3583f5b7522 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sat, 25 Sep 2010 12:54:59 -0400 Subject: [PATCH] new text --- assignment3.mdwn | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 assignment3.mdwn diff --git a/assignment3.mdwn b/assignment3.mdwn new file mode 100644 index 00000000..d00dba0b --- /dev/null +++ b/assignment3.mdwn @@ -0,0 +1,95 @@ +Assignment 3 +------------ + +Once again, the lambda evaluator will make working through this +assignment much faster and more secure. + +*Writing recursive functions on version 1 style lists* + +Recall that version 1 style lists are constructed like this: + + + +do eta-reductions too + + + + + +
+
+ -- 2.11.0