CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.string2ac

definition:
string2ac :: String -> CExpr
string2ac s = CLit (CStringc s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Converts a string into an AbstractCurry represention of this string.  
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {CLit}}
name:
string2ac
precedence:
no precedence defined
result-values:
{CLit}
signature:
String -> AbstractCurry.Types.CExpr
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms