X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=36ebdfcc6a48bf72288e2023a0186b9c6665de2d;hp=c9b52d1d52acead984f8a6149cdb62db2a39c111;hb=7587d77529de78e4257c1f101ca2b1df2988d493;hpb=fceb99fda0c4287f9f3c476a26c6e202cf5e26c5 diff --git a/week1.mdwn b/week1.mdwn index c9b52d1d..36ebdfcc 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -62,6 +62,13 @@ Some authors reserve the term "term" for just variables and abstracts. We'll pro Examples of expressions: x + (y x) + (x x) + (\x y) + (\x x) + (\x (\y x)) + (x (\x x)) + ((\x (x x)) (\x (x x))) The lambda calculus has an associated proof theory. For now, we can regard the proof theory as having just one rule, called the rule of **beta-reduction** or