rose-trees-0.0.1.1: A collection of rose tree structures.

Safe HaskellNone
LanguageHaskell2010

Data.Tree.Knuth

Synopsis

Documentation

newtype KnuthTree a Source

Constructors

KnuthTree 

Fields

unKnuthTree :: (a, KnuthForest a)
 

Instances

Functor KnuthTree 
Foldable KnuthTree

Breadth-first

Eq a => Eq (KnuthTree a) 
Show a => Show (KnuthTree a)