week4 tweaks
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 17:32:32 +0000 (13:32 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 17:32:32 +0000 (13:32 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week4.mdwn

index 83d54df..11eea4c 100644 (file)
@@ -8,7 +8,8 @@ TX` (that's what it means to *have* a fixed point).
 
 <pre><code>let L = \x. T (x x) in
 let X = L L in
 
 <pre><code>let L = \x. T (x x) in
 let X = L L in
-X &equiv; L L &equiv; (\x. T (x x)) L ~~> T (L L) &equiv; T X</code></pre>
+X &equiv; L L &equiv; (\x. T (x x)) L ~~> T (L L) &equiv; T X
+</code></pre>
 
 Please slow down and make sure that you understand what justified each
 of the equalities in the last line.
 
 Please slow down and make sure that you understand what justified each
 of the equalities in the last line.