aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/zchaff.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/zchaff/zchaff.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/zchaff/zchaff.mli')
-rw-r--r--src/zchaff/zchaff.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zchaff/zchaff.mli b/src/zchaff/zchaff.mli
index ff0fe51..7fbaabd 100644
--- a/src/zchaff/zchaff.mli
+++ b/src/zchaff/zchaff.mli
@@ -84,5 +84,5 @@ val make_proof :
Environ.env ->
SatAtom.Form.reify ->
SatAtom.Form.t -> int * SatAtom.Form.t SmtCertif.clause
-val core_tactic : Environ.env -> 'a -> Term.types -> Proof_type.tactic
-val tactic : unit -> Proof_type.tactic
+val core_tactic : Environ.env -> 'a -> Term.types -> Structures.tactic
+val tactic : unit -> Structures.tactic