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

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