CurryInfo: icurry-3.2.0 / ICurry.Interpreter.funDollarHash

definition:
funDollarHash :: IFunction
funDollarHash = IFunction ("Prelude","$#",0) 2 Public [1] (IExternal "$#")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- f $# x: demands x and returns (f x) (and suspends on a free variable
-- which is not yet implemented)
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {IFunction}}
name:
funDollarHash
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