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

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