definition: |
adomShow :: ADom a -> (a -> String) adomShow (ADom _ _ _ _ _ ashow _) = ashow |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Returns "show" operation of abstract domain |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ADom}) |-> _} |
name: |
adomShow |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ADom a -> a -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |