From 75b0a95a29b968c3a6c42c04bdb4a908f586cd15 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 15 Sep 2010 22:32:06 -0400 Subject: [PATCH] week1: fix markup processing? Signed-off-by: Jim Pryor --- week1.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.11.0