aboutsummaryrefslogtreecommitdiffstats
path: root/src/verit/verit.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:59:39 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:59:39 +0200
commit220afeb0eb1b0b63fccd29e254f3179cac834c12 (patch)
tree7ff6cc51b5e09034658fe053ccff4675a964ed13 /src/verit/verit.mli
parenta827528c0435f2006560b8cb359420bbffe85881 (diff)
parent4c348a170ea80d20f08ccd5b20e98f56b9267485 (diff)
downloadsmtcoq-220afeb0eb1b0b63fccd29e254f3179cac834c12.tar.gz
smtcoq-220afeb0eb1b0b63fccd29e254f3179cac834c12.zip
Merge branch 'coq-8.12' of github.com:smtcoq/smtcoq into coq-8.13
Diffstat (limited to 'src/verit/verit.mli')
-rw-r--r--src/verit/verit.mli16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/verit/verit.mli b/src/verit/verit.mli
index 0560d77..f0acd0c 100644
--- a/src/verit/verit.mli
+++ b/src/verit/verit.mli
@@ -11,13 +11,13 @@
val parse_certif :
- Structures.id ->
- Structures.id ->
- Structures.id ->
- Structures.id ->
- Structures.id -> Structures.id -> Structures.id -> string -> string -> unit
+ CoqInterface.id ->
+ CoqInterface.id ->
+ CoqInterface.id ->
+ CoqInterface.id ->
+ CoqInterface.id -> CoqInterface.id -> CoqInterface.id -> string -> string -> unit
val checker : string -> string -> unit
val checker_debug : string -> string -> unit
-val theorem : Structures.id -> string -> string -> unit
-val tactic : EConstr.t -> Structures.constr_expr list -> Structures.tactic
-val tactic_no_check : EConstr.t -> Structures.constr_expr list -> Structures.tactic
+val theorem : CoqInterface.id -> string -> string -> unit
+val tactic : EConstr.t -> CoqInterface.constr_expr list -> CoqInterface.tactic
+val tactic_no_check : EConstr.t -> CoqInterface.constr_expr list -> CoqInterface.tactic