ass9 tweak
authorJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 22:06:15 +0000 (17:06 -0500)
committerJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 22:06:15 +0000 (17:06 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment9.mdwn

index d27c5be..3ec13ae 100644 (file)
@@ -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
     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
     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