CurryInfo: icurry-3.2.0 / ICurry.Interpreter.rootsOfState

definition: Info
 
rootsOfState :: State -> [NodeID]
rootsOfState st = results st ++ map rootOfTask (tasks st)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the root nodes of all results and all expressions.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 rootsOfState
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 State -> [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