add #funct-declarations
authorjim <jim@web>
Thu, 5 Feb 2015 17:33:29 +0000 (12:33 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Thu, 5 Feb 2015 17:33:29 +0000 (12:33 -0500)
topics/week1_advanced_notes.mdwn

index dd143fc..99d8a8b 100644 (file)
@@ -47,7 +47,7 @@ In OCaml, there are no until-the-end-of-the-line comments. The only comments sta
 
 I agree it's annoying that these conventions are so diverse. There are plenty other commenting conventions out there, too.
 
-
+<a id=funct-declarations></a>
 ### Matching function values ###
 
 A function value doesn't have any structure---at least none that's visible to the pattern-matching system. You can only match against simple patterns like `_` or the variable `f`.