coroutines tweak
[lambda.git] / list_monad_as_continuation_monad.mdwn
index 8e3551a..dd05fb0 100644 (file)
@@ -1,5 +1,9 @@
 [[!toc]]
 
+We're going to come at continuations from three different directions, and each
+time we're going to end up at the same place: a particular monad, which we'll
+call the continuation monad.
+
 Rethinking the list monad
 -------------------------