From 0aff568fcbc78a4b453d1246c0b379c470e73692 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 23 May 2015 17:59:39 -0700 Subject: 1445 --- callcc.mu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/callcc.mu b/callcc.mu index c9edfa47..a08f9c8a 100644 --- a/callcc.mu +++ b/callcc.mu @@ -1,7 +1,6 @@ # example program: saving and reusing call-stacks or continuations recipe main [ -#? $start-tracing #? 1 c:continuation <- f continue-from c:continuation # <-- ..when you hit this ] @@ -14,5 +13,5 @@ recipe f [ recipe g [ c:continuation <- current-continuation # <-- loop back to here $print 1:literal - reply c:continuation + reply c:continuation # threaded through unmodified after first iteration ] -- cgit 1.4.1-2-gfad0