From: Jim Pryor Date: Sun, 19 Sep 2010 17:14:34 +0000 (-0400) Subject: week1 fixes X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=8e91eed999622b45d169949f7f7de32f491e20e7;ds=sidebyside week1 fixes Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 92116551..967f8144 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -37,7 +37,6 @@ We'll tend to write (λa M) as just `(\a M)`, so we don't hav Application: (M N) -Some authors reserve the term "term" for just variables and abstracts. We'll probably just say "term" and "expression" indiscriminately for expressions of any of these three forms. Examples of expressions: @@ -357,6 +356,9 @@ combinatorial logic +[Correction: OCaml is Turing complete, but I'm not sure if the merely functional part is; I suspect it's not.] + + Rosetta Stone =============