X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment1.mdwn;h=5be29cf8c195872eb33673ce806d76cdb4bf8dc6;hp=430f3c8448b81faed7eddaa5d6c744aefbb43699;hb=4803493600460bc19487604b9d95b432661e60f1;hpb=29de81dde7a45df279dd9c2cc7b8efd44fb3ee8d;ds=inline 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.