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