definition: |
funDollarDollarBang :: IFunction funDollarDollarBang = IFunction ("Prelude","$$!",0) 2 Public [0] $ IFuncBody $ IBlock [IVarDecl 1,IVarDecl 2] [IVarAssign 1 (IVarAccess 0 [0]),IVarAssign 2 (IVarAccess 0 [1])] (IReturn (IFCall ("Prelude","$!",0) [IVar 1, IVar 2])) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- f $$! x = f (id $! x), i.e., first f and then x is demanded, returns (f x). -- Used for computations of normal forms with left to right argument evaluation. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
funDollarDollarBang |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ICurry.Types.IFunction |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |