about summary refs log tree commit diff stats
path: root/076continuation.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-05 10:52:33 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-05 11:17:23 -0800
commit485775ec615d59634e05355b5c27a89f675a9b8f (patch)
tree62b9b8b5f1a1872317d73cc1475463d73e0b70a9 /076continuation.cc
parent58d918defc54b00b0bb8ea54f5e220109e07553a (diff)
downloadmu-485775ec615d59634e05355b5c27a89f675a9b8f.tar.gz
4113
Diffstat (limited to '076continuation.cc')
-rw-r--r--076continuation.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/076continuation.cc b/076continuation.cc
index 1134d1d3..e3be246d 100644
--- a/076continuation.cc
+++ b/076continuation.cc
@@ -28,6 +28,9 @@
 //:    regular calls, just as long as there was an earlier call to
 //:    'call-with-continuation-mark', this gives us a way to create resumable
 //:    recipes. See continuation3.mu.
+//:  * 'return-continuation-until-mark' can take ingredients to return just
+//:    like other 'return' instructions. It just implicitly also returns a
+//:    continuation as the first result. See continuation4.mu.
 //:
 //: Caveats:
 //:  * At the moment we can't statically type-check continuations. So we raise