CurryInfo: boxes-3.0.0 / Boxes.mkWord

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