tweak lists_and_numbers
authorJim Pryor <profjim@jimpryor.net>
Fri, 17 Sep 2010 00:53:20 +0000 (20:53 -0400)
committerJim Pryor <profjim@jimpryor.net>
Fri, 17 Sep 2010 00:53:20 +0000 (20:53 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
lists_and_numbers.mdwn

index e3dd1fb..bde7c2f 100644 (file)
@@ -262,7 +262,7 @@ three &equiv; \s z. s<sup>3</sup> z &equiv; \s z. s (s (s z))
 
 This is a very elegant idea. Implementing numbers this way, we'd let the successor function be:
 
 
 This is a very elegant idea. Implementing numbers this way, we'd let the successor function be:
 
-<pre><code>succ &equiv; \n. \s z. s (n s z)</code><pre>
+<pre><code>succ &equiv; \n. \s z. s (n s z)</code></pre>
 
 So, for example:
 
 
 So, for example: