definition: |
funApply :: IFunction funApply = IFunction ("Prelude","apply",0) 2 Public [0] (IExternal "apply") |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- apply f x: demands f and returns (f x) |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {IFunction}} |
name: |
funApply |
precedence: |
no precedence defined |
result-values: |
{IFunction} |
signature: |
ICurry.Types.IFunction |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |