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

definition:
 
cvar :: String -> CExpr
cvar s = CVar (1,s)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Converts a string into a variable with index 1.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> {CVar}}
name:
 cvar
precedence:
 no precedence defined
result-values:
 {CVar}
signature:
 String -> AbstractCurry.Types.CExpr
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms