fix links to v4 lists
[lambda.git] / assignment4.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]]
+
+
+