combinat-diagrams-0.1: Graphical representations for various combinatorial objects

Safe HaskellNone
LanguageHaskell98

Math.Combinat.Diagrams.Trees.Binary

Description

Binary trees

Documentation

drawBinTree_ :: forall a b. (Backend b R2, Renderable (Path R2) b) => BinTree a -> Diagram b R2 Source