From: jim Date: Mon, 6 Apr 2015 09:26:42 +0000 (-0400) Subject: add link to assignment7 X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=94fe70ef2cabab9df44fe56f119db1d9e62bb7f2 add link to assignment7 --- diff --git a/exercises/assignment8-9.mdwn b/exercises/assignment8-9.mdwn index 8eb4bc7a..c41ee9ba 100644 --- a/exercises/assignment8-9.mdwn +++ b/exercises/assignment8-9.mdwn @@ -33,7 +33,7 @@ you should be able to execute the following expression: # match eval t2 with Leaf (Num f) -> f 2 4;; - : int = 13 -2. Based on the evaluator code from the assignment from week 7, and what you've learned about the Reader monad, +2. Based on [[the evaluator code from assignment 7|/exercises/assignment7/#index3h2]], and what you've learned about the Reader monad, enhance the arithmetic tree code to handle an arbitrary set of free variables. Don't use Juli8 libraries for this; just do it by hand. Return to the original code (that is, before the modifications required by the previous problem).