aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-11-19 00:20:30 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-02-14 17:28:53 +0100
commit118ae18590dbc7d01cf34e0cd6133b1e34ef9090 (patch)
tree67fbad3b3105dfdc75eb4692517e7d22337a94ee /plugins/omega
parent3f9e56fcbf479999325a86bbdaeefd6a0be13c65 (diff)
Contradiction API using EConstr.
Diffstat (limited to 'plugins/omega')
-rw-r--r--plugins/omega/coq_omega.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml
index 35d763ccc..f39549514 100644
--- a/plugins/omega/coq_omega.ml
+++ b/plugins/omega/coq_omega.ml
@@ -1092,6 +1092,7 @@ let replay_history tactic_normalisation =
Lazy.force coq_Gt;
Lazy.force coq_Gt |])
in
+ let not_sup_sup = EConstr.of_constr not_sup_sup in
Tacticals.New.tclTHENS
(Tacticals.New.tclTHENLIST [
unfold sp_Zle;