definition: |
rootsOfState :: State -> [NodeID] rootsOfState st = results st ++ map rootOfTask (tasks st) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Returns the root nodes of all results and all expressions. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
rootsOfState |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
State -> [Prelude.Int] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |