From: Jim Pryor Date: Sun, 12 Dec 2010 22:06:15 +0000 (-0500) Subject: ass9 tweak X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=336590c5e10edd92eacf93d0ff04dfe93e0d376a;hp=1aa2fd22bdc07e0f41884cc62c53b2242b397836 ass9 tweak Signed-off-by: Jim Pryor --- diff --git a/assignment9.mdwn b/assignment9.mdwn index d27c5be8..3ec13ae7 100644 --- a/assignment9.mdwn +++ b/assignment9.mdwn @@ -61,7 +61,7 @@ Two strategies for solving the problem Spend some time trying to understand exactly what it does: compute the tree-to-list transformation for a tree with two leaves, performing all beta reduction by hand using the - definitions for `bind_continuation`, `unit_continuation` and so on. + definitions for `continuation_bind`, `continuation_unit` and so on. If you take this route, study the description of **streams** (a particular kind of data structure) below. The goal will be to arrange for the continuation-flavored `tree_monadizer` to transform