X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=b864d0242a2259ee8572c660c673482f884d8d48;hp=27a79796fe92b77ea02ec76a7ada37625962f641;hb=e03255ddae02ece51142cef0e37eccde9c4409cd;hpb=f38560c70588aa58d7db41afb7904c2bd4638287 diff --git a/week1.mdwn b/week1.mdwn index 27a79796..b864d024 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -123,7 +123,7 @@ Each variable is an expression. For any expressions M and N and variable a, the Abstract: (λa M) -We'll tend to write (λa M) as just `( \a M )`. +We'll tend to write (λa M) as just `(\a M)`, so we don't have to write out the markup code for the λ. You can yourself write (λa M) or `(\a M)` or `lambda a M`.
Application: (M N)