placerF :: Placer -> F a b -> F a b type Placer = [LayoutRequest] -> Placer2
placerF placer fudget
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.
placer :: Placerfudget :: F a b