NeverEquiv

typesince v0.0-927Edit
satisfies IEquiv

(NeverEquiv.)

Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(deftype NeverEquiv []
  Object
  (equiv [this other]
    (-equiv this other))
  IEquiv
  (-equiv [o other] false))