(no commit message)
[lambda.git] / assignment1.mdwn
index 430f3c8..5be29cf 100644 (file)
@@ -1,4 +1,4 @@
-*Reduction*
+**Reduction**
 
 Find "normal forms" for the following (that is, reduce them as far as it's possible to reduce 
 them):
@@ -12,7 +12,7 @@ them):
     7. (\x (x x x)) (\x (x x x))
 
 
-*Booleans*
+**Booleans**
 
 Recall our definitions of true and false.