aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 7b441e1f49..bb34e96dec 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -493,7 +493,7 @@ let apply_with_bindings (c,lbind) gl =
try
let clause = make_clenv_binding_apply wc (c,thm_ty) lbind in
apply kONT clause gl
- with (Logic.RefinerError _|UserError _) as exn ->
+ with (RefinerError _|UserError _|Failure _) as exn ->
let ored =
try Some (Tacred.red_product (w_env wc) (w_Underlying wc) thm_ty)
with Tacred.Redelimination -> None