aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/zchaff.mli
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2019-03-11 20:25:35 +0100
committerGitHub <noreply@github.com>2019-03-11 20:25:35 +0100
commita88e3b3b6ad01a9b85c828b9a1225732275affee (patch)
treeacc3768695698a80867b4ce941ab4cb7b4b99d7a /src/zchaff/zchaff.mli
parent33010bfa6345549d8b9b0c06f44150b60d0c86e5 (diff)
downloadsmtcoq-a88e3b3b6ad01a9b85c828b9a1225732275affee.tar.gz
smtcoq-a88e3b3b6ad01a9b85c828b9a1225732275affee.zip
V8.8 (#42)
* Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Organization structures * 8.8 ok with standard coq
Diffstat (limited to 'src/zchaff/zchaff.mli')
-rw-r--r--src/zchaff/zchaff.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zchaff/zchaff.mli b/src/zchaff/zchaff.mli
index 6314927..63cf772 100644
--- a/src/zchaff/zchaff.mli
+++ b/src/zchaff/zchaff.mli
@@ -11,9 +11,9 @@
val pp_trace : Format.formatter -> SatAtom.Form.t SmtCertif.clause -> unit
-val parse_certif : Structures.names_id -> Structures.names_id -> string -> string -> unit
+val parse_certif : Structures.id -> Structures.id -> string -> string -> unit
val checker : string -> string -> unit
-val theorem : Structures.names_id -> string -> string -> unit
-val theorem_abs : Structures.names_id -> string -> string -> unit
+val theorem : Structures.id -> string -> string -> unit
+val theorem_abs : Structures.id -> string -> string -> unit
val tactic : unit -> Structures.tactic
val tactic_no_check : unit -> Structures.tactic