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

definition:
exitScope :: Symboltable a b -> Symboltable a b
exitScope s@(ST _ Nothing ) = s
exitScope (ST _   (Just s)) = s
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- 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:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({ST}) |-> _}
name:
exitScope
precedence:
no precedence defined
result-values:
_
signature:
Symboltable a b -> Symboltable a b
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms