refine week1 advanced
authorJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 18:17:42 +0000 (13:17 -0500)
committerJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 18:17:42 +0000 (13:17 -0500)
topics/week1_advanced_notes.mdwn

index d843ee7..203a22f 100644 (file)
@@ -51,7 +51,7 @@ I agree it's annoying that these conventions are so diverse. There are plenty ot
 
 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`.
 
-When matching a variable against a &lambda;-generated function value in a `let`- or `letrec`-construction, there's an alternative syntax that you may find more convenient. This:
+When matching a &lambda;-generated function value against a variable in a `let`- or `letrec`-construction, there's an alternative syntax that you may find more convenient. This:
 
 `let`  
 &nbsp;&nbsp;`f match` &lambda;`x.` &phi;`;`