week1: tweaks
[lambda.git] / week1.mdwn
index 92bf533..e175b6b 100644 (file)
@@ -437,7 +437,11 @@ Here's how it looks to say the same thing in various of these languages.
 
                (fun x -> ((fun x -> x) 2) 3)
 
-       and there's no more change of state going on here than there is in <code>&exists;x. (F x and &exists;x (not (F x)))</code>.
+       and there's no more change of state going on here than there is in:
+
+       <blockquote>
+       <code>&exist;x. (F x and &exist;x (not (F x)))</code>
+       </blockquote>
 
 
 Some more comparisons between Scheme and OCaml