X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=exercises%2Fassignment7.mdwn;h=73ab2c0b4648243b54d2353d2417fcc49be6e8b2;hp=ddee5f7ae2d48b3cd18750796d012b46edf1ab82;hb=4c870de1e6ff6b6baa84ada8eb86e3a189c7276f;hpb=8b5f17b3b2c71d443362d7f629dec6cd82b4fb59 diff --git a/exercises/assignment7.mdwn b/exercises/assignment7.mdwn index ddee5f7a..73ab2c0b 100644 --- a/exercises/assignment7.mdwn +++ b/exercises/assignment7.mdwn @@ -208,7 +208,7 @@ So that's what's going on with those `Closure`s. In the simple code we gave you In any case, now you know what's going on with the `Closure`s, and you should be able to complete the missing pieces of the `eval` function in the code skeleton linked above. -If you've completed all the (eight) missing parts correctly, then you should be able to compile the code skeleton, and use it as described in the comments at the start of the code. +If you've completed all the missing parts correctly (there are six gaps for the previous stage of the homework, and two gaps for this stage), then you should be able to compile the code skeleton, and use it as described in the comments at the start of the code. ## Fuller interpreter