From e46dce54999c9c87a2b5fa821786a272a8f28194 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sat, 27 Nov 2010 20:47:26 -0500 Subject: [PATCH] ass8 tweaks Signed-off-by: Jim Pryor --- assignment8.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- 2.11.0