From: jim Date: Thu, 5 Feb 2015 17:33:29 +0000 (-0500) Subject: add #funct-declarations X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=deb5d166e62255d1578ca153f48ff50ba4415aaf;ds=sidebyside add #funct-declarations --- diff --git a/topics/week1_advanced_notes.mdwn b/topics/week1_advanced_notes.mdwn index dd143fc6..99d8a8b0 100644 --- a/topics/week1_advanced_notes.mdwn +++ b/topics/week1_advanced_notes.mdwn @@ -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. - + ### 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`.