CurryInfo: icurry-3.2.0 / ICurry.Interpreter.funDollarBang

definition:
funDollarBang :: IFunction
funDollarBang = IFunction ("Prelude","$!",0) 2 Public [1] (IExternal "$!")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- f $! x: demands x and returns (f x)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {IFunction}}
name:
funDollarBang
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