Index: sizechecking/README.html
===================================================================
--- sizechecking/README.html	(revision 5)
+++ sizechecking/README.html	(revision 11)
@@ -9,5 +9,5 @@
 <body>
 <h2 id="prerequisites">Prerequisites</h2>
-<p>You need at least version 2011.4.0.0 of haskell platform and the package value-supply. If you have haskell platform installed you can install value-supply by typing</p>
+<p>You need at least version 2011.4.0.0 of the Haskell platform, an installed <a href="http://research.microsoft.com/en-us/um/redmond/projects/z3/">Z3</a> and the package value-supply. If you have a working Haskell platform installed you can install value-supply by typing</p>
 <pre><code>cabal install value-supply</code></pre>
 <h2 id="source-files">Source files</h2>
@@ -27,5 +27,5 @@
 </dl>
 <h2 id="using-the-examples">Using the examples</h2>
-<pre><code>$ ghci Examples.hs 
+<pre><code>$ ghci Examples.hs
 GHCi, version 7.0.4: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
@@ -38,6 +38,6 @@
 [4 of 4] Compiling Main             ( Examples.hs, interpreted )
 Ok, modules loaded: Lambda, SizedExp, Constraints, Main.
-*Main&gt; </code></pre>
-<p>Type â<code>runTests</code>â to run all test cases or type â<code>prove map</code>â to prove the function named map.</p>
+*Main&gt;</code></pre>
+<p>Type &quot;<code>runTests</code>&quot; to run all test cases or type &quot;<code>prove map</code>&quot; to prove the function named map.</p>
 <h2 id="under-windows">Under Windows</h2>
 <p>It is not perfect, and you will see a box after every special character, but at least it works.</p>
@@ -65,5 +65,5 @@
 4     where body f l = match l (nil)
 5             ( \x xs -&gt;  cons `app` (f `app` x) `app` (map `app` f `app` xs ))</code></pre>
-<p>Here line 3 tells us map is a top-level binding, where the body of the function is defined in line 4â5 and its size expression is in line 1. Unfortunately the size expression language has not yet been embedded, so it is a bit difficult to read. Type <code>smap</code> in the GHC console to get a pretty printed form.</p>
+<p>Here line 3 tells us map is a top-level binding, where the body of the function is defined in line 4--5 and its size expression is in line 1. Unfortunately the size expression language has not yet been embedded, so it is a bit difficult to read. Type <code>smap</code> in the GHC console to get a pretty printed form.</p>
 <pre><code>*Main&gt; smap
 Î»f.Îs,g.List s (Î»i.f (g i))</code></pre>
