CurryInfo: base-3.3.0 / Prelude.apply

definition:
apply :: (a -> b) -> a -> b
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Representation of higher-order applications in FlatCurry.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
apply
precedence:
no precedence defined
result-values:
_
signature:
(a -> b) -> a -> b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms