assignment3 tweaks
authorJim Pryor <profjim@jimpryor.net>
Mon, 4 Oct 2010 03:17:33 +0000 (23:17 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 4 Oct 2010 03:17:33 +0000 (23:17 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment_3_evaluator.mdwn

index d7dc94f..aba94f8 100644 (file)
@@ -61,7 +61,7 @@ let tc = (make\_list t1 (make\_list t23 empty)) in
 ;sum-leaves tb ; ~~> 6
 ;sum-leaves tc ; ~~> 6 
 ;
-; updated: added add, and fold for v1 lists
+; updated: added add, and fold for v1 lists; and defn of tb fixed
 ; hint: 
 fold mylist add 0
 </textarea>