From: Jim Pryor Date: Wed, 1 Dec 2010 09:04:27 +0000 (-0500) Subject: week11 tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=35949604299e54f944273e8aba8cd2dd33179415;ds=inline week11 tweaks Signed-off-by: Jim Pryor --- diff --git a/coroutines_and_aborts.mdwn b/coroutines_and_aborts.mdwn index ff75eff7..3822f418 100644 --- a/coroutines_and_aborts.mdwn +++ b/coroutines_and_aborts.mdwn @@ -70,7 +70,7 @@ Here is how you can extract the components of a labeled record: match test with | {height = h; weight = w; char_tester = test} -> - (* go on to use h, w, and test ... *) + (* same as preceding *) Anyway, using record types, we might define the tree zipper interface like so: