X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=coroutines_and_aborts.mdwn;fp=coroutines_and_aborts.mdwn;h=7c9762cc091bad22b3c1be0c0df66c6f0972bbda;hp=7d24274038864345482bd6441e7c4ca01a0fdfdb;hb=874ce383f04f95ec6801fd588bed38f845fb05fd;hpb=8b37e3c056e715fb224429d7b738b2f6483a68b2 diff --git a/coroutines_and_aborts.mdwn b/coroutines_and_aborts.mdwn index 7d242740..7c9762cc 100644 --- a/coroutines_and_aborts.mdwn +++ b/coroutines_and_aborts.mdwn @@ -586,7 +586,7 @@ When working with continuations, it's easiest in the first place to write them o else abort 20 ) + 100 end - in (foo 2) + 1;; + in (foo 2) + 1000;; into this: