¤ placerF, Placer

Types

placerF :: Placer -> F a b -> F a b
type Placer = [LayoutRequest] -> Placer2

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.