week11 tweaks
authorJim Pryor <profjim@jimpryor.net>
Wed, 1 Dec 2010 09:04:27 +0000 (04:04 -0500)
committerJim Pryor <profjim@jimpryor.net>
Wed, 1 Dec 2010 09:04:27 +0000 (04:04 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
coroutines_and_aborts.mdwn

index ff75eff..3822f41 100644 (file)
@@ -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: