order-statistic-tree-0.1.0.0: Order statistic trees based on weight-balanced trees

Safe HaskellSafe
LanguageHaskell2010

Data.OSTree.Types

Synopsis

Documentation

type Size = Int Source

data OSTree a Source

Order statistic tree with elements of type a

Constructors

Tip 
Bin !Size !a !(OSTree a) !(OSTree a) 

Instances

Eq a => Eq (OSTree a) Source 
Show a => Show (OSTree a) Source 
Generic (OSTree a) Source 
type Rep (OSTree a) Source