|
definition: |
enterScope :: Symboltable a b -> Symboltable a b enterScope s@(ST (_,n) _ ) = ST (Map.empty ,n) (Just s) |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Create a new scope inside the last one (first table, leaving the secong one unchanged). |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({ST}) |-> {ST}}
|
|
name: |
enterScope |
|
precedence: |
no precedence defined |
|
result-values: |
{ST}
|
|
signature: |
Symboltable a b -> Symboltable a b |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |