ยค autoP, autoP'

Placers: automatic layout

Types

autoP :: Placer
autoP' :: Size -> Placer

Description

autoP placer chooses a placement automatically. It is used e.g. in shellF if no other layout is specified, so that a programmer can write and run a first version of a program without worrying about layout.

See Also

Specifying a placement manually: placerF.

Other placers: horizontalP, matrixP et al.