X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek1_advanced_notes.mdwn;h=99d8a8b0a72f722723a9419c1f7dfafb1200312c;hp=dd143fc61cb4746e96f60eaea27e89081fea3b49;hb=deb5d166e62255d1578ca153f48ff50ba4415aaf;hpb=6465fb1a7d6eefd49c2fcef866359cf03089906d 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`.