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

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