From 063871356a65122f09deed0fc6f72df7d8412a61 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 15 Sep 2010 22:32:39 -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 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 -- 2.11.0