add note about generalization
authorjim <jim@web>
Mon, 23 Feb 2015 19:22:49 +0000 (14:22 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Mon, 23 Feb 2015 19:22:49 +0000 (14:22 -0500)
exercises/assignment3.mdwn

index 5bee7a4..7121fae 100644 (file)
@@ -77,6 +77,11 @@ Using the mapping specified in this week's notes, translate the following lambda
 
 25. For each of the above translations, how many `I`s are there? Give a rule for describing what each `I` corresponds to in the original lambda term.
 
+    This generalization depends on you omitting the translation rule:
+
+        6. @a(Xa)       =   X            if a is not in X
+
+
 Evaluation strategies in Combinatory Logic
 ------------------------------------------