CurryInfo: icurry-3.2.0 / ICurry.Interpreter.addResult

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