more2 assignment1 tweaks
authorJim Pryor <profjim@jimpryor.net>
Tue, 14 Sep 2010 15:49:44 +0000 (11:49 -0400)
committerJim Pryor <profjim@jimpryor.net>
Tue, 14 Sep 2010 15:49:44 +0000 (11:49 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment1.mdwn

index a8981cf..7568717 100644 (file)
@@ -1,7 +1,7 @@
 Reduction
 ---------
 
-Find "normal forms" for the following---that is, reduce them until no more reductions are possible. We'll write &lambda;`x` as `\x`.
+Find "normal forms" for the following---that is, reduce them until no more reductions are possible. We'll write <code>&lambda;x</code> as `\x`.
 
 1. `(\x \y. y x) z`
 2. `(\x (x x)) z`