definition: |
fEqsOfWorkSem :: String -> WorkSemInt a -> [([a],a,[String])] fEqsOfWorkSem f ws = maybe [] id (Table.lookup f ws) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Look up the semantic equations of a function in the current semantics: |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
fEqsOfWorkSem |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Data.RedBlackTree.RedBlackTree (String, [([a], a, [String])]) -> [([a], a, [String])] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |