chickadee
»
aima
»
neq?
Identifier search
neq?
x
y
procedure
The complement to
eq?
x
Comparandum
y
Comparator
(define neq? (complement eq?))