From b301e0c0e6b54dceecbe4ee1ef8f610411015c30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Jan 2018 00:28:51 -0800 Subject: 4200 Forgot to set up exuberant_ctags_rc as .ctags on new laptop. --- html/continuation1.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/continuation1.mu.html') diff --git a/html/continuation1.mu.html b/html/continuation1.mu.html index 639dd51f..3f9df7df 100644 --- a/html/continuation1.mu.html +++ b/html/continuation1.mu.html @@ -68,14 +68,14 @@ if ('onhashchange' in window) { 10 # Expected output: 11 # 1 12 -13 def main [ +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 ] 19 -20 def create-yielder -> n:num [ +20 def create-yielder -> n:num [ 21 local-scope 22 load-inputs 23 return-continuation-until-mark 100/mark -- cgit 1.4.1-2-gfad0