From: Jim Pryor Date: Mon, 13 Dec 2010 08:32:46 +0000 (-0500) Subject: tweak coroutines X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=874ce383f04f95ec6801fd588bed38f845fb05fd tweak coroutines Signed-off-by: Jim Pryor --- 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: