week1: tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 00:22:31 +0000 (20:22 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 00:22:31 +0000 (20:22 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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