Set `Hint Mode` for logical `TCX` type classes
Compare changes
Files
2+ 16
− 0
@@ -106,10 +106,12 @@ Inductive TCOr (P1 P2 : Prop) : Prop :=
@@ -121,7 +123,11 @@ Inductive TCForall {A} (P : A → Prop) : list A → Prop :=
@@ -129,6 +135,8 @@ Inductive TCForall2 {A B} (P : A → B → Prop) : list A → list B → Prop :=
@@ -136,15 +144,23 @@ Inductive TCElemOf {A} (x : A) : list A → Prop :=