assignment4 tweaks
[lambda.git] / assignment4.mdwn
index 7423806..cd89a13 100644 (file)
@@ -1,15 +1,20 @@
 #Reversing a list#
 
-1.     How would you define an operation to reverse a list? (Don't peek at the
+<OL>
+<LI>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.)
+</OL>
 
 
 #Comparing lists for equality#
 
+<OL start=2>
+<LI>blah
+</OL>
 <!--
 let list_equal =
     \left right. left
@@ -36,6 +41,9 @@ let list_equal =
 
 #Mutually-recursive functions#
 
+<OL start=3>
+<LI>blah
+</OL>
 
 
 #Enumerating the fringe of a leaf-labeled tree#
@@ -43,4 +51,7 @@ let list_equal =
 [[Implementing trees]]
 
 
+<OL start=4>
+<LI>blah
+</OL>