From: Jim Pryor Date: Thu, 16 Sep 2010 02:32:06 +0000 (-0400) Subject: week1: fix markup processing? X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=75b0a95a29b968c3a6c42c04bdb4a908f586cd15 week1: fix markup processing? Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 388fb9fc..8d1ad0dd 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -62,14 +62,14 @@ Some authors reserve the term "term" for just variables and abstracts. We won't Examples of expressions:
-x -(y x) -(x x) -(\x y) -(\x x) -(\x (\y x)) -(x (\x x)) -((\x (x x)) (\x (x x))) +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