From 336590c5e10edd92eacf93d0ff04dfe93e0d376a Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 12 Dec 2010 17:06:15 -0500 Subject: [PATCH 1/1] ass9 tweak Signed-off-by: Jim Pryor --- assignment9.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0