aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omega')
-rw-r--r--plugins/omega/coq_omega.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml
index 83f346242..271cade27 100644
--- a/plugins/omega/coq_omega.ml
+++ b/plugins/omega/coq_omega.ml
@@ -1850,7 +1850,7 @@ let destructure_goal =
(Proofview.V82.tactic (Tactics.refine
(mkApp (Lazy.force coq_dec_not_not, [| t; dec; mkNewMeta () |]))))
intro
- with Undecidable -> Proofview.V82.tactic (Tactics.elim_type (build_coq_False ()))
+ with Undecidable -> Tactics.elim_type (build_coq_False ())
in
Tacticals.New.tclTHEN goal_tac destructure_hyps
in