From 0cd006d378ff7e001b4bc5203c97771eafd209da Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 1 Dec 2010 04:10:47 -0500 Subject: [PATCH 1/1] week11 tweaks Signed-off-by: Jim Pryor --- coroutines_and_aborts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines_and_aborts.mdwn b/coroutines_and_aborts.mdwn index 3822f418..4c3861f0 100644 --- a/coroutines_and_aborts.mdwn +++ b/coroutines_and_aborts.mdwn @@ -324,7 +324,7 @@ the effect is for the program to immediately stop. That's not exactly true. You ;; val foo : int -> int = # foo 1;; - - : int = 10 + - : int = 110 # foo 2;; - : int = 20 # foo 3;; -- 2.11.0