X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek13_coroutines_exceptions_and_aborts.mdwn;h=a9d8bc2a66aa15614367850ecdae09021f4cd691;hp=cd26a3a8bcd462dd260c3dfe70fa8a0c1907bd55;hb=63c32fa4bcb81ad65d403cc42652efbed9e6517f;hpb=8fd577a64eb01994bc97682fd9d062f274e32d22 diff --git a/topics/week13_coroutines_exceptions_and_aborts.mdwn b/topics/week13_coroutines_exceptions_and_aborts.mdwn index cd26a3a8..a9d8bc2a 100644 --- a/topics/week13_coroutines_exceptions_and_aborts.mdwn +++ b/topics/week13_coroutines_exceptions_and_aborts.mdwn @@ -422,7 +422,7 @@ There are also different kinds of "syntactic sugar" we can use to hide the conti (shift k (if (eqv? x 1) (k 10) 20)) 100)))]) - (+ (foo 1) 1000)) + (+ (foo 2) 1000))