From: Jim Pryor Date: Wed, 1 Dec 2010 09:10:47 +0000 (-0500) Subject: week11 tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=0cd006d378ff7e001b4bc5203c97771eafd209da;hp=35949604299e54f944273e8aba8cd2dd33179415 week11 tweaks Signed-off-by: Jim Pryor --- 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;;