ยค labelF

Decoration

Types

labelF :: Graphic a1 => a1 -> F a2 b

Synopsis

labelF label

Description

labelF displays a static label. The label can be a value of any type in the Graphic class, e.g. a string.

labelF produces no output and ignores all input.

Arguments

label :: a1
the label to display.

Example

 labelF "Hello, world!"

See Also

Customisable version: labelF'

The class Graphic.

Related fudets: displayF, labAboveF et al.