IEquiv
(NeverEquiv.)
(deftype NeverEquiv [] Object (equiv [this other] (-equiv this other)) IEquiv (-equiv [o other] false))