CurryInfo: boxes-3.0.0 / Boxes.text

definition:
text :: String -> Box
text t = Box 1 (length t) (Text t)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates a Nx1 box from a string of length N.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Box}}
name:
text
precedence:
no precedence defined
result-values:
{Box}
signature:
String -> Box
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms