From: barker Date: Mon, 13 Sep 2010 13:22:13 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4803493600460bc19487604b9d95b432661e60f1;hp=29de81dde7a45df279dd9c2cc7b8efd44fb3ee8d --- diff --git a/assignment1.mdwn b/assignment1.mdwn index 430f3c84..5be29cf8 100644 --- a/assignment1.mdwn +++ b/assignment1.mdwn @@ -1,4 +1,4 @@ -*Reduction* +**Reduction** Find "normal forms" for the following (that is, reduce them as far as it's possible to reduce them): @@ -12,7 +12,7 @@ them): 7. (\x (x x x)) (\x (x x x)) -*Booleans* +**Booleans** Recall our definitions of true and false.