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

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