fixed broken markdown?
[lambda.git] / week3.mdwn
index 2252387..b29d095 100644 (file)
@@ -214,6 +214,7 @@ and the initial `(\x. x x)` is just what we earlier called the <code>&omega;</co
 <pre><code>&omega; (\h \lst. (isempty lst) zero (add one ((h h) (extract-tail lst))))
 </code></pre>
 
+
 and this will indeed implement the recursive function we couldn't earlier figure out how to define.
 
 In broad brush-strokes, `H` is half of the `get_length` function we're seeking, and `H` has the form: