From: jim Date: Mon, 23 Mar 2015 21:16:11 +0000 (-0400) Subject: tweak X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4c870de1e6ff6b6baa84ada8eb86e3a189c7276f tweak --- 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