X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment8.mdwn;h=0b53578a76286e6a5356ac46c1c1f36c2f0ef798;hp=814f8d5663de0c86eed5a7ebb8741ef50995e28c;hb=2873d9e05ffb815ce2696969ab2f3d58e4f5e8e2;hpb=07e66be3b3fa7b8b843894bdcbcb181bd1757349 diff --git a/assignment8.mdwn b/assignment8.mdwn index 814f8d56..0b53578a 100644 --- a/assignment8.mdwn +++ b/assignment8.mdwn @@ -8,7 +8,7 @@ let rec move_botleft (z : 'a zipper) : 'a zipper = (* returns z if the targetted node in z has no children *) - (* else returns move_botleft (zipper which results from moving down and left in z) *) + (* else returns move_botleft (zipper which results from moving down from z to the leftmost child) *) _____ (* YOU SUPPLY THE DEFINITION *) @@ -131,28 +131,3 @@ (same-fringe? tree1 tree2) -