tweak week2
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 21:16:11 +0000 (17:16 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 21:16:11 +0000 (17:16 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week2.mdwn

index 1cabf64..2db0548 100644 (file)
@@ -3,7 +3,9 @@ Syntactic equality, reduction, convertibility
 
 Define T to be `(\x. x y) z`. Then T and `(\x. x y) z` are syntactically equal, and we're counting them as syntactically equal to `(\z. z y) z` as well, which we will write as:
 
->      T &equiv; `(\x. x y) z` &equiv; `(\z. z y) z`
+<pre><code>
+T &equiv; (\x. x y) z &equiv; (\z. z y) z
+</code></pre>
 
 This: