fix markup
authorjim <jim@web>
Mon, 23 Mar 2015 19:35:20 +0000 (15:35 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Mon, 23 Mar 2015 19:35:20 +0000 (15:35 -0400)
exercises/assignment5.mdwn

index dabc1a0..5dd1cbb 100644 (file)
@@ -253,6 +253,7 @@ Again, we've left some gaps. (The use of `type` for the first line in Haskell an
 15. Choose one of these languages and fill in the gaps to complete the definition.
 
 <a id="occurs_free"></a>
+
 16. Write a function `occurs_free` that has the following type:
 
         occurs_free : identifier -> lambda_term -> bool