definition: |
addResult :: NodeID -> State -> State addResult nid st = st { results = results st ++ [nid], currResult = Just nid } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
-- Adds a result to a program state. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{State}) |-> {State}} |
name: |
addResult |
precedence: |
no precedence defined |
result-values: |
{State} |
signature: |
Prelude.Int -> State -> State |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |