From df1a51daed17539599db551073c9013326cd3068 Mon Sep 17 00:00:00 2001 From: Valentin Blot <24938579+vblot@users.noreply.github.com> Date: Fri, 20 Jul 2018 18:05:22 +0200 Subject: now compiles with standard coq (including 8.6.1 from opam) --- src/zchaff/zchaff.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zchaff/zchaff.mli') 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 -- cgit