Posted on Apr 1, 2009 by
Quick Rabbit
Tree and TreeZipper currently use List to represent subforests. This is unnecessarily strict. It would be much easier to work with these data structures if they were lazy and used Stream instead of List.
Comment #1
Posted on Apr 2, 2009 by Quick Rabbit(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium