hgeometry-0.5.0.0: Geometric Algorithms, Data structures, and Data types.

Safe HaskellNone
LanguageHaskell2010

Data.BinaryTree

Synopsis

Documentation

class Semigroup v => Measured v a | a -> v where Source

Methods

measure :: a -> v Source

Instances

node :: Measured v a => BinLeafTree v a -> BinLeafTree v a -> BinLeafTree v a Source

smart constructor

newtype Elem a Source

Constructors

Elem 

Fields

_unElem :: a