|
definition: |
lookupSecondTable :: String -> Symboltable a b -> Maybe b lookupSecondTable k (ST (_,n) _ ) = Map.lookup k n |
|
demand: |
argument 2 |
|
deterministic: |
deterministic operation |
|
documentation: |
Looks up the key in the second table (which does not support scopes). |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,{ST}) |-> {Just,Nothing}}
|
|
name: |
lookupSecondTable |
|
precedence: |
no precedence defined |
|
result-values: |
{Just,Nothing}
|
|
signature: |
String -> Symboltable a b -> Prelude.Maybe b |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |