week1: fix markup processing?
[lambda.git] / week1.mdwn
index 388fb9f..8d1ad0d 100644 (file)
@@ -62,14 +62,14 @@ Some authors reserve the term "term" for just variables and abstracts. We won't
 Examples of expressions:
 
 <blockquote><code>
-x
-(y x)
-(x x)
-(\x y)
-(\x x)
-(\x (\y x))
-(x (\x x))
-((\x (x x)) (\x (x x)))
+x<p>
+(y x)<p>
+(x x)<p>
+(\x y)<p>
+(\x x)<p>
+(\x (\y x))<p>
+(x (\x x))<p>
+((\x (x x)) (\x (x x)))<p>
 </code></blockquote>
 
 The lambda calculus has an associated proof theory. For now, we can regard the