From: Jim Pryor Date: Thu, 16 Sep 2010 02:32:39 +0000 (-0400) Subject: week1: fix markup processing? X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=063871356a65122f09deed0fc6f72df7d8412a61 week1: fix markup processing? Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 8d1ad0dd..9ee159a9 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