BTree
data BTree a Source
Constructors
Instances
size :: BTree a -> IntegerSource
height :: BTree a -> IntegerSource
fromList :: [a] -> BTree aSource
make :: [a] -> BTree aSource
searchTree :: Ord a => [a] -> BTree aSource
flatten :: BTree a -> [a]Source