CurryInfo: icurry-3.2.0 / ICurry.Interpreter.funDollarHash

definition: Info
 
funDollarHash :: IFunction
funDollarHash = IFunction ("Prelude","$#",0) 2 Public [1] (IExternal "$#")
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
f $# x: demands x and returns (f x) (and suspends on a free variable
which is not yet implemented)
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {IFunction}}
name: Info
 funDollarHash
precedence: Info
 no precedence defined
result-values: Info
 {IFunction}
signature: Info
 ICurry.Types.IFunction
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms