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

definition: Info
 
exitScope :: Symboltable a b -> Symboltable a b
exitScope s@(ST _ Nothing ) = s
exitScope (ST _   (Just s)) = s
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Exits current scope, so that the surrounding one will be used.
If the current scope is the most general one, nothing will be changed.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({ST}) |-> _}
name: Info
 exitScope
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Symboltable a b -> Symboltable a b
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms