apart-0.1.0: Get all your structure and rip it apart.

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Structures.Tree.Binary.AVL

Synopsis

Documentation

insert :: Ord a => a -> Binary a -> Segment Binary a Source #

Trying rebalance tree after each insert.