CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.applyV

definition:
applyV :: VarIName -> [Expr] -> Expr
applyV v es = foldl Apply (Var 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) -> [AbstractHaskell.Types.Expr]
-> AbstractHaskell.Types.Expr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms