aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-08-01 01:13:42 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-08-01 01:16:39 +0200
commit636af8ab15807a93ce08778fac18cbe273fcf49d (patch)
treea0de07a4a6b3db536d5aed724a4edc91cc89fd04 /plugins/omega
parent1ac702e5b1dd2cdf7024b3c454f042e9ec252775 (diff)
Removing some tactic compatibility layer.
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