
20 Apr
2015
20 Apr
'15
11:20 p.m.
Data.Tree makes Tree into a Traversable in only one way: depth-first. It seems to me that we should have a newtype to traverse in breadth-first order. David Feuer