
21 Apr
2015
21 Apr
'15
3:20 a.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