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

definition:
applyV :: CVarIName -> [CExpr] -> CExpr
applyV v es = foldl CApply (CVar v) es 
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- An application of a variable to a list of arguments.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
applyV
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Int, String) -> [AbstractCurry.Types.CExpr]
-> AbstractCurry.Types.CExpr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms