X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=cacb73fc61c4d49d4b4afa2cf2c4df05d533447e;hp=48bc6b593f8b5ff11f8e2f966f9eb6580704cb1d;hb=4400e0ff673a6a5d642da62977098a5ce777e8e9;hpb=8da86de3a73f300eadd052b757d377a342f73ebe diff --git a/week1.mdwn b/week1.mdwn index 48bc6b59..cacb73fc 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -59,19 +59,7 @@ We'll tend to write (λa M) as just `(\a M)`, so we don't hav Some authors reserve the term "term" for just variables and abstracts. We won't participate in that convention; we'll probably just say "term" and "expression" indiscriminately for expressions of any of these three forms. -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 "beta-contraction". Suppose you have some expression of the form: +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 "beta-contraction". Suppose you have some expression of the form: ((\a M) N)