about summary refs log tree commit diff stats
path: root/076continuation.cc
diff options
context:
space:
mode:
Diffstat (limited to '076continuation.cc')
-rw-r--r--076continuation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/076continuation.cc b/076continuation.cc
index 76b6abc1..5306fb04 100644
--- a/076continuation.cc
+++ b/076continuation.cc
@@ -33,6 +33,7 @@
 //:    continuation as the first result. See continuation4.mu.
 //:  * Conversely, you can pass ingredients to a continuation when calling it,
 //:    to make it available to products of 'return-continuation-until-mark'.
+//:    See continuation5.mu.
 //:
 //: Inspired by James and Sabry, "Yield: Mainstream delimited continuations",
 //: Workshop on the Theory and Practice of Delimited Continuations, 2011.