ยค placerF, Placer

GUI fudget placement

Types

placerF :: Placer -> F a b -> F a b
data Placer = P Placer1
instance Show Placer

Synopsis

placerF placer fudget

Description

placerF uses a placer to combine all boxes generated by a fudget into a single box. Using placerF, layout information can be put where it is convenient.

Arguments

placer :: Placer
a placer.
fudget :: F a b
a fudget, the layout of which is determined by the placer.

See Also

Bugs

The Placer type should be abstract.