X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment2.mdwn;h=ba4e1b4a39970232423c789101844385552171c8;hp=bcfba912fc6dfd28a4a37df1590370a9b764f4b6;hb=62c4a8d7ef18b6de2ff6455cf80f4561e53a71be;hpb=c7978bc281c36093f85f5c478f2844fc124919a5 diff --git a/assignment2.mdwn b/assignment2.mdwn index bcfba912..ba4e1b4a 100644 --- a/assignment2.mdwn +++ b/assignment2.mdwn @@ -72,7 +72,7 @@ For these exercises, assume that `LIST` is the result of evaluating: (make-list a (make-list b (make-list c (make-list d (make-list e empty))))) -16. What would be the result of evaluating [[Assignment 2 hint 1]]: +16. What would be the result of evaluating (see [[Assignment 2 hint 1]] for a hint): LIST make-list empty