CurryInfo: boxes-3.0.0 / Boxes.char

definition:
char :: Char -> Box
char c = Box 1 1 (Text [c])
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates a 1x1 box from a character.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Box}}
name:
char
precedence:
no precedence defined
result-values:
{Box}
signature:
Prelude.Char -> Box
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms