Returns true
if a
and b
are known to be disequal.
See getDiseqFor?
Equations
- Lean.Meta.Grind.isDiseq a b = do let __do_lift ← Lean.Meta.Grind.getDiseqFor?✝ a b pure __do_lift.isSome
Returns true
if a
and b
are known to be disequal.
See getDiseqFor?