|
definition: |
tNot :: Term -> Term tNot t = tComb "not" [t] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Negation |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {TComb}}
|
|
name: |
tNot |
|
precedence: |
no precedence defined |
|
result-values: |
{TComb}
|
|
signature: |
Term -> Term |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |