aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtCommands.mli
diff options
context:
space:
mode:
authorValentin Blot <24938579+vblot@users.noreply.github.com>2018-07-20 18:05:22 +0200
committerValentin Blot <24938579+vblot@users.noreply.github.com>2018-07-20 18:05:22 +0200
commitdf1a51daed17539599db551073c9013326cd3068 (patch)
tree70ab539fde3b14d643994215fb4e22797a41bff4 /src/trace/smtCommands.mli
parent45b44e86a506aef03ff23f601abc13cb353fd01a (diff)
downloadsmtcoq-df1a51daed17539599db551073c9013326cd3068.tar.gz
smtcoq-df1a51daed17539599db551073c9013326cd3068.zip
now compiles with standard coq (including 8.6.1 from opam)
Diffstat (limited to 'src/trace/smtCommands.mli')
-rw-r--r--src/trace/smtCommands.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/smtCommands.mli b/src/trace/smtCommands.mli
index b90e3ff..d6fa756 100644
--- a/src/trace/smtCommands.mli
+++ b/src/trace/smtCommands.mli
@@ -80,7 +80,7 @@ val core_tactic :
SmtAtom.Op.reify_tbl ->
SmtAtom.Atom.reify_tbl ->
SmtAtom.Form.reify ->
- Environ.env -> Evd.evar_map -> Term.constr -> Proof_type.tactic
+ Environ.env -> Evd.evar_map -> Term.constr -> Structures.tactic
val tactic :
(SmtAtom.Btype.reify_tbl ->
SmtAtom.Op.reify_tbl ->
@@ -89,4 +89,4 @@ val tactic :
int * SmtAtom.Form.t SmtCertif.clause) ->
SmtAtom.Btype.reify_tbl ->
SmtAtom.Op.reify_tbl ->
- SmtAtom.Atom.reify_tbl -> SmtAtom.Form.reify -> Proof_type.tactic
+ SmtAtom.Atom.reify_tbl -> SmtAtom.Form.reify -> Structures.tactic