X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=exercises%2F_assignment6.mdwn;fp=exercises%2F_assignment6.mdwn;h=106572580ab0968309d8f911d52428832c1e1b0a;hb=2ab41fded009fa1b07414eec86247217e3edb6a9;hp=d05f111327164d977dbe25be823994bca6a040d0;hpb=5043cc69749b1e0ba308691cf3b2320fc953485a;p=lambda.git diff --git a/exercises/_assignment6.mdwn b/exercises/_assignment6.mdwn index d05f1113..10657258 100644 --- a/exercises/_assignment6.mdwn +++ b/exercises/_assignment6.mdwn @@ -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.