aboutsummaryrefslogtreecommitdiffstats
path: root/src/Tactics.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-10-21 15:54:37 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-10-21 15:54:37 +0200
commit1b8d455a7515d1dbee9e24e5af768dab65bb6ab8 (patch)
tree669a331702fc8b7599f3c62fa13ff1989b394d7a /src/Tactics.v
parenta5c80da035230f46c95aa32145e5d53cf17bf9f7 (diff)
parent469eaf98bc6e0c6de32ec8dd67ddd9baa7ff30d5 (diff)
downloadsmtcoq-1b8d455a7515d1dbee9e24e5af768dab65bb6ab8.tar.gz
smtcoq-1b8d455a7515d1dbee9e24e5af768dab65bb6ab8.zip
Merge remote-tracking branch 'origin/coq-8.10' into coq-8.11
Diffstat (limited to 'src/Tactics.v')
-rw-r--r--src/Tactics.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tactics.v b/src/Tactics.v
index edf2f19..5be62cc 100644
--- a/src/Tactics.v
+++ b/src/Tactics.v
@@ -69,8 +69,8 @@ Ltac get_hyps :=
(** Tactics in bool *)
-Tactic Notation "verit_bool_base_auto" constr(h) := verit_bool_base h; auto with typeclass_instances.
-Tactic Notation "verit_bool_no_check_base_auto" constr(h) := verit_bool_no_check_base h; auto with typeclass_instances.
+Tactic Notation "verit_bool_base_auto" constr(h) := verit_bool_base h; try (exact _).
+Tactic Notation "verit_bool_no_check_base_auto" constr(h) := verit_bool_no_check_base h; try (exact _).
Tactic Notation "verit_bool" constr(h) :=
let Hs := get_hyps in