labelF :: (Graphic a) => a -> F b c
labelF label
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.
label :: a
labelF "Hello, world!"
The class Graphic.