placerF :: Placer -> F a b -> F a b data Placer = P Placer1 instance Show Placer
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