definition: |
showValue :: TermDomain a => AOutFormat -> a -> String showValue _ at = showType at |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Shows an abstract value. |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
showValue |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Analysis.TermDomain.TermDomain a => Analysis.Types.AOutFormat -> a -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |