From: Jim Pryor Date: Thu, 16 Sep 2010 02:42:55 +0000 (-0400) Subject: week1: fix markup processing? X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=fceb99fda0c4287f9f3c476a26c6e202cf5e26c5 week1: fix markup processing? Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 36ebdfcc..c9b52d1d 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -62,13 +62,6 @@ 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