create page
[lambda.git] / exercises / assignment2_hint.mdwn
index 7ae5585..470740e 100644 (file)
@@ -30,3 +30,4 @@ And so on. That is the key to the solution. The questions you need to answer, to
 
 5. So now put it all together, and explain how to express `reverse xs` using `fold_right` and primitive syntax like `lambda`, `&`, and `[]`?
 
+The ideas in Chapter 8 of *The Little Schemer* may help you see the answer to this problem.