funcmp-1.9: Functional MetaPost is a Haskell frontend to the MetaPost language

Copyright(c) 2003-2010 Peter Simons
(c) 2002-2003 Ferenc Wágner
(c) 2002-2003 Meik Hellmund
(c) 1998-2002 Ralf Hinze
(c) 1998-2002 Joachim Korittky
(c) 1998-2002 Marco Kuhlmann
LicenseGPLv3
Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

FMP.RedBlack

Description

 

Documentation

data Two34 a Source #

Constructors

Nil 
Two (Two34 a) a (Two34 a) 
Three (Two34 a) a (Two34 a) a (Two34 a) 
Four (Two34 a) a (Two34 a) a (Two34 a) a (Two34 a) 

Instances

Show a => Show (Two34 a) Source # 

Methods

showsPrec :: Int -> Two34 a -> ShowS #

show :: Two34 a -> String #

showList :: [Two34 a] -> ShowS #

edgeN :: Show a => a -> Tree -> Edge Source #

edgeNRed :: Show a => a -> Tree -> Edge Source #