X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=assignment8.mdwn;h=1cc31eeef9945fafe1fc5ec1fc603d9bf9e07112;hb=fc2cec698d708b9baab616cbedfbd4481c4057cd;hp=814f8d5663de0c86eed5a7ebb8741ef50995e28c;hpb=07e66be3b3fa7b8b843894bdcbcb181bd1757349;p=lambda.git diff --git a/assignment8.mdwn b/assignment8.mdwn index 814f8d56..1cc31eee 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 *)