X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=coroutines_and_aborts.mdwn;h=3822f418f225b7fe36848ff766b2d0987cc513ac;hp=ff75eff71862d3169213feae032c3cea1d020929;hb=35949604299e54f944273e8aba8cd2dd33179415;hpb=e6a82e88a839c7b99ad70dbd4a5d3ccc6a177457 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: