X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=329333cb85b698af3383539ecb790cc4fc6245ed;hp=e7061a81fb07747bebde43e1709d976d4a8b10ce;hb=861a275d5267b60e23de37437e5ad7a7612986c7;hpb=e75bdfe04dfe4891b07601e5a7820234503e2f71 diff --git a/week1.mdwn b/week1.mdwn index e7061a81..329333cb 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -59,9 +59,9 @@ 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. -Samples of expressions: +Samples of expressions:  - foo +> foo 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: