week1 tweaks
authorJim Pryor <profjim@jimpryor.net>
Wed, 15 Sep 2010 20:44:22 +0000 (16:44 -0400)
committerJim Pryor <profjim@jimpryor.net>
Wed, 15 Sep 2010 20:44:22 +0000 (16:44 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week1.mdwn

index 27a7979..b864d02 100644 (file)
@@ -123,7 +123,7 @@ Each variable is an expression. For any expressions M and N and variable a, the
 <strong>Abstract</strong>: <code>(&lambda;a M)</code>
 </blockquote>
 
 <strong>Abstract</strong>: <code>(&lambda;a M)</code>
 </blockquote>
 
-We'll tend to write <code>(&lambda;a M)</code> as just `( \a M )`.
+We'll tend to write <code>(&lambda;a M)</code> as just `(\a M)`, so we don't have to write out the markup code for the <code>&lambda;</code>. You can yourself write <code>(&lambda;a M)</code> or `(\a M)` or `lambda a M`.
 
 <blockquote>
 <strong>Application</strong>: <code>(M N)</code>
 
 <blockquote>
 <strong>Application</strong>: <code>(M N)</code>