(no commit message)
[lambda.git] / topics / _week7_eval_cl.mdwn
index 933943a..793e10e 100644 (file)
@@ -21,7 +21,7 @@ to the normal form `I` in one step.  But if we reduce the rightmost
 redex instead, the "reduced" form is `(\x.I)Ω` again, and we are in
 danger of entering an infinite loop.
 
-Thanks to the recent introduction of sum types (disjoint union), we
+Thanks to the introduction of sum types (disjoint union) in the last lecture, we
 are now in a position to gain a deeper understanding of evaluation
 order by reasoning explicitly about evaluation by writing a program
 that evaluates terms.