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