From e82dc626685875d56738e733f7e18203f2ac7f9d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Dec 2017 20:19:46 -0800 Subject: 4164 --- html/continuation1.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/continuation1.mu.html') diff --git a/html/continuation1.mu.html b/html/continuation1.mu.html index aa2ab50a..0d652ffd 100644 --- a/html/continuation1.mu.html +++ b/html/continuation1.mu.html @@ -70,7 +70,7 @@ if ('onhashchange' in window) { 12 13 def main [ 14 local-scope -15 k:continuation <- call-with-continuation-mark 100/mark, create-yielder +15 k:continuation <- call-with-continuation-mark 100/mark, create-yielder 16 x:num <- call k # should return 1 17 $print x 10/newline 18 ] @@ -78,7 +78,7 @@ if ('onhashchange' in window) { 20 def create-yielder -> n:num [ 21 local-scope 22 load-inputs -23 return-continuation-until-mark 100/mark +23 return-continuation-until-mark 100/mark 24 return 1 25 ] -- cgit 1.4.1-2-gfad0