X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=topics%2Fweek13_coroutines_exceptions_and_aborts.mdwn;h=cd26a3a8bcd462dd260c3dfe70fa8a0c1907bd55;hb=757768d6d3d522727b40d85b999b6c0d778910a5;hp=706050edeb0d9253967c608fc481e32f9d43c14b;hpb=2e0ea1ad1187d391cf3bb50c08bddf00fbeada7b;p=lambda.git diff --git a/topics/week13_coroutines_exceptions_and_aborts.mdwn b/topics/week13_coroutines_exceptions_and_aborts.mdwn index 706050ed..cd26a3a8 100644 --- a/topics/week13_coroutines_exceptions_and_aborts.mdwn +++ b/topics/week13_coroutines_exceptions_and_aborts.mdwn @@ -255,7 +255,7 @@ A more general way to think about these snapshots is to think of the code we're else abort 20 ) + 100 end - in (foo 2) + 1;; (* this line is new *) + in (foo 2) + 1000;; (* this line is new *) we can imagine a box: