CurryInfo: icurry-3.2.0 / ICurry.Interpreter.currentNodeOfTask

definition: Info
 
currentNodeOfTask :: Task -> NodeID
currentNodeOfTask (Task (CNode nid) _ _)       = nid
currentNodeOfTask (Task (IBlockEnv _ env) _ _) = lookupInEnv 0 env
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the node currently evaluated.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Task}) |-> _}
name: Info
 currentNodeOfTask
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Task -> Prelude.Int
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term