(coercive-not= x y)
(core/defmacro coercive-not= [x y] (bool-expr (core/list 'js* "(~{} != ~{})" x y)))