edits
authorChris <chris.barker@nyu.edu>
Sat, 14 Mar 2015 13:55:57 +0000 (09:55 -0400)
committerChris <chris.barker@nyu.edu>
Sat, 14 Mar 2015 13:55:57 +0000 (09:55 -0400)
exercises/_assignment6.mdwn

index d05f111..1065725 100644 (file)
@@ -38,7 +38,7 @@ need to worry about variables in CL.)
 
 We're not going to ask you to write the entire program yourself.
 Instead, we're going to give you [[the complete program, minus a few
-little bits of glue|code/reduction_with_reduction.ml]].  What you need to do is
+little bits of glue|code/reduction_with_substitution.ml]].  What you need to do is
 understand how it all fits together.  When you do, you'll understand
 how to add the last little bits to make functioning program.