definition: |
lookupIntNode :: NodeID -> Graph -> Int lookupIntNode nid gr = case lookupNode nid gr of ConsNode c [] -> read c :: Int _ -> error "lookupIntNode: no integer found" |
demand: |
argument 2 |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
lookupIntNode |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Int -> ICurry.Graph.Graph -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |