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

definition:
applyF :: QName -> [CExpr] -> CExpr
applyF f es = foldl CApply (CSymbol f) es 
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- An application of a qualified function name to a list of arguments.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
applyF
precedence:
no precedence defined
result-values:
_
signature:
(String, 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