From deb5d166e62255d1578ca153f48ff50ba4415aaf Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 5 Feb 2015 12:33:29 -0500 Subject: [PATCH] add #funct-declarations --- topics/week1_advanced_notes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.11.0