Skip to content
Snippets Groups Projects

Change Hint Mode of LeibnizEquiv

Merged Ike Mulder requested to merge snyke7/stdpp:ike/hint_mode_leibniz_equiv into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -300,7 +300,7 @@ setoid equalities into Leibniz equalities, and [unfold_leibniz] for the
reverse. *)
Class LeibnizEquiv A `{Equiv A} :=
leibniz_equiv (x y : A) : x y x = y.
Global Hint Mode LeibnizEquiv ! - : typeclass_instances.
Global Hint Mode LeibnizEquiv ! ! : typeclass_instances.
Lemma leibniz_equiv_iff `{LeibnizEquiv A, !Reflexive (≡@{A})} (x y : A) :
x y x = y.
Loading