week1: fix markup processing?
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 03:17:50 +0000 (23:17 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 03:17:50 +0000 (23:17 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week1.mdwn

index b4d584d..5eba021 100644 (file)
@@ -673,11 +673,8 @@ Here's how it looks to say the same thing in various of these languages.
 
        and there's no more mutation going on there than there is in:
 
 
        and there's no more mutation going on there than there is in:
 
-       <!--
-       <pre>
-       <code>&forall;x. (F x or &forall;x (not (F x)))</code>
-       </pre>
-       -->
+       <pre><code>&forall;x. (F x or &forall;x (not (F x)))
+</code></pre>
 
        When a previously-bound variable is rebound in the way we see here, that's called **shadowing**: the outer binding is shadowed during the scope of the inner binding.
 
 
        When a previously-bound variable is rebound in the way we see here, that's called **shadowing**: the outer binding is shadowed during the scope of the inner binding.