X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=48784ca90cd7170c178bdb6a932564a70ebb0624;hp=e7061a81fb07747bebde43e1709d976d4a8b10ce;hb=31d7494ad059928e34959d4409a852278e9c2193;hpb=e75bdfe04dfe4891b07601e5a7820234503e2f71 diff --git a/week1.mdwn b/week1.mdwn index e7061a81..48784ca9 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -59,7 +59,7 @@ We'll tend to write (λa M) as just `(\a M)`, so we don't hav Some authors reserve the term "term" for just variables and abstracts. We won't participate in that convention; we'll probably just say "term" and "expression" indiscriminately for expressions of any of these three forms. -Samples of expressions: +Samples of expressions:  foo