|
|
|
|
|
|
|
Documentation |
|
class HasEmit a where |
| Methods | | | Instances | |
|
|
data MetaPost |
Constructors | | Instances | |
|
|
mpConcs :: [MetaPost] -> MetaPost |
|
data MPArrow |
Constructors | | Instances | |
|
|
data MPArrowStyle |
Constructors | MPArrowStyleFilled | | MPArrowStyleLine | |
| Instances | |
|
|
mpArrowStyle :: ArrowHeadStyle -> MPArrowStyle |
|
mpPathArrow :: ArrowHead -> MPArrow |
|
mpPathRArrow :: ArrowHead -> MPArrow |
|
data MPTransform |
Constructors | | Instances | |
|
|
data MPPath |
Constructors | | Instances | |
|
|
data MPPathSub |
Constructors | | Instances | |
|
|
data MPPathJoin |
Constructors | | Instances | |
|
|
data MPPathBasicJoin |
Constructors | | Instances | |
|
|
data MPPathDir |
Constructors | | Instances | |
|
|
data MPPathBasicJoinTension |
Constructors | MPPathBasicJoinTension Term | | MPPathBasicJoinAtLeast Term | |
| Instances | |
|
|
data MPColor |
Constructors | | Instances | |
|
|
mpColor :: Color -> MPColor |
|
data MPPen |
Constructors | | Instances | |
|
|
mpPen :: Pen -> MPPen |
|
data MPPattern |
Constructors | MPDefaultPattern | | MPDashPattern [Double] | |
| Instances | |
|
|
mpPattern :: Pattern -> MPPattern |
|
mpEquations :: [Equation] -> MetaPost |
|
mpPEquations :: [Point] -> [Term] |
|
mpNEquations :: [Numeric] -> [Term] |
|
mpBoolean :: Boolean -> Term |
|
mpBoolRelat :: BoolRelat -> String |
|
mpPoint :: Point -> Term |
|
mpCutPic :: CutPic -> Term |
|
mpNumeric :: Numeric -> Term |
|
emitL :: [String] -> Doc |
|
showFF :: Double -> ShowS |
|
emitPattern' :: MPPattern -> Doc |
|
emitDefTrans :: String -> MPTransform -> Doc |
|
emitColor' :: MPColor -> Doc |
|
emitPen2 :: (Num b, HasEmit b, Eq a, HasEmit a) => (a, a) -> b -> Doc |
|
emitPen' :: MPPen -> Doc |
|
emitDir :: Dir -> String |
|
tdot :: String -> Dir -> Term |
|
tr :: Int -> String |
|
pos :: Int -> Int -> String |
|
savestring :: String -> String |
|
defDX :: Term |
|
defDY :: Term |
|
txtDX :: Term |
|
txtDY :: Term |
|
shiftRefPoint :: Int -> Term |
|
suff :: Int -> String |
|
Produced by Haddock version 0.8 |