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