CurryInfo: currypp-3.2.0 / CPP.ICode.Parser.SQL.Symboltab.lookupSecondTable

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