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

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Structures.Tree.Binary.Redblack

Documentation

type Redblack a = Binary (a, Color) Source #

data Color Source #

Constructors

Red 
Black 
Instances
Show Color Source # 
Instance details

Defined in Data.Apart.Structures.Tree.Binary.Redblack

Methods

showsPrec :: Int -> Color -> ShowS #

show :: Color -> String #

showList :: [Color] -> ShowS #