CurryInfo: base-3.4.0 / Prelude./==

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