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