|
definition: |
insertFirstTable :: String -> a -> Symboltable a b -> Symboltable a b insertFirstTable k v (ST (m,n) ms) = ST ((Map.insert k v m),n) ms |
|
demand: |
argument 3 |
|
deterministic: |
deterministic operation |
|
documentation: |
Inserts a key-value-pair into the current scope (first table). |
|
failfree: |
(_, _, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_,{ST}) |-> {ST}}
|
|
name: |
insertFirstTable |
|
precedence: |
no precedence defined |
|
result-values: |
{ST}
|
|
signature: |
String -> a -> Symboltable a b -> Symboltable a b |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |