From 8fd577a64eb01994bc97682fd9d062f274e32d22 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 30 Apr 2015 06:42:04 -0400 Subject: [PATCH] 1->1000 --- topics/week13_coroutines_exceptions_and_aborts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0