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