From 35949604299e54f944273e8aba8cd2dd33179415 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 1 Dec 2010 04:04:27 -0500 Subject: [PATCH] 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 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: -- 2.11.0