|
definition: |
(/==) :: Data a => a -> a -> Bool x /== y = not (x ===y) |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
| The negation of strict equality. |
|
failfree: |
(_, _, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
infix |
|
iotype: |
{(_,_,_) |-> {False,True}}
|
|
name: |
/== |
|
precedence: |
4 |
|
result-values: |
{False,True}
|
|
signature: |
Data a => a -> a -> Bool |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |