week1: fix markup processing?
[lambda.git] / 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:
 
-       <!--
-       <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.