tweak reorg
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 16:51:43 +0000 (12:51 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 16:51:43 +0000 (12:51 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment4.mdwn
new_stuff.mdwn

index 7ec49f7..34fb044 100644 (file)
@@ -1,3 +1,5 @@
+Assignment 4
+------------
 
 #Reversing a list#
 
@@ -7,6 +9,7 @@ implementation of list you like. Even then, there are various strategies you
 can use.
 
 
+#Comparing lists for equality#
 
 <!--
 let list_equal =
@@ -32,4 +35,9 @@ let list_equal =
                 (\might_be_equal right_tail. and might_be_equal (isempty right_tail))
 -->
 
+#Enumerating the fringe of a leaf-labeled tree#
+
 [[Implementing trees]]
+
+
+
index e582742..f39287d 100644 (file)
@@ -6,7 +6,7 @@ Page for Chris and Jim to see what each other is working on, but hasn't necessar
 
 [[Assignment4]]
 
-[[miscellaneous_lambda_challenges_and_advanced_topics]]
+[[advanced_lambda]]
 
 [[lambda_library]]