definition: |
not :: Bool -> Bool not True = False not False = True |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Negation on Booleans. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({True}) |-> {False} || ({False}) |-> {True}} |
name: |
not |
precedence: |
no precedence defined |
result-values: |
{False,True} |
signature: |
Bool -> Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |