aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 17:40:51 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 17:40:51 +0200
commita827528c0435f2006560b8cb359420bbffe85881 (patch)
tree8aff94f039e2c31fb7acae3d67c198fc03b9a76e /src/versions/standard
parente9c632d4bb818755154e86c8fb9f4c18d21064e5 (diff)
parent1a8548f8ac3773bc7179d286262373a6433687ea (diff)
downloadsmtcoq-a827528c0435f2006560b8cb359420bbffe85881.tar.gz
smtcoq-a827528c0435f2006560b8cb359420bbffe85881.zip
Merge branch 'coq-8.12' of github.com:smtcoq/smtcoq into coq-8.13
Diffstat (limited to 'src/versions/standard')
-rw-r--r--src/versions/standard/structures.ml6
-rw-r--r--src/versions/standard/structures.mli4
2 files changed, 1 insertions, 9 deletions
diff --git a/src/versions/standard/structures.ml b/src/versions/standard/structures.ml
index e1cc228..2fbfbc9 100644
--- a/src/versions/standard/structures.ml
+++ b/src/versions/standard/structures.ml
@@ -159,11 +159,7 @@ let mkTrace step_to_coq next _ clist cnil ccons cpair size step def_step r =
(* Micromega *)
module Micromega_plugin_Micromega = Micromega_plugin.Micromega
-module Micromega_plugin_Mutils = Micromega_plugin.Mutils
module Micromega_plugin_Certificate = Micromega_plugin.Certificate
-module Micromega_plugin_Coq_micromega = Micromega_plugin.Coq_micromega
-module Micromega_plugin_Persistent_cache = Micromega_plugin.Persistent_cache
-module Micromega_plugin_NumCompat = Micromega_plugin.NumCompat
let micromega_coq_proofTerm =
(* Cannot contain evars *)
@@ -171,7 +167,7 @@ let micromega_coq_proofTerm =
let micromega_dump_proof_term p =
(* Cannot contain evars *)
- EConstr.Unsafe.to_constr (Micromega_plugin_Coq_micromega.dump_proof_term p)
+ EConstr.Unsafe.to_constr (Micromega_plugin.Coq_micromega.dump_proof_term p)
(* Tactics *)
diff --git a/src/versions/standard/structures.mli b/src/versions/standard/structures.mli
index 5c573ad..d355053 100644
--- a/src/versions/standard/structures.mli
+++ b/src/versions/standard/structures.mli
@@ -90,11 +90,7 @@ val mkTrace :
(* Micromega *)
module Micromega_plugin_Micromega = Micromega_plugin.Micromega
-module Micromega_plugin_Mutils = Micromega_plugin.Mutils
module Micromega_plugin_Certificate = Micromega_plugin.Certificate
-module Micromega_plugin_Coq_micromega = Micromega_plugin.Coq_micromega
-module Micromega_plugin_Persistent_cache = Micromega_plugin.Persistent_cache
-module Micromega_plugin_NumCompat = Micromega_plugin.NumCompat
val micromega_coq_proofTerm : constr lazy_t
val micromega_dump_proof_term : Micromega_plugin_Micromega.zArithProof -> constr