From a88e3b3b6ad01a9b85c828b9a1225732275affee Mon Sep 17 00:00:00 2001 From: ckeller Date: Mon, 11 Mar 2019 20:25:35 +0100 Subject: 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 --- src/verit/verit.mli | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/verit/verit.mli') diff --git a/src/verit/verit.mli b/src/verit/verit.mli index 468aa1e..6fa62d8 100644 --- a/src/verit/verit.mli +++ b/src/verit/verit.mli @@ -11,13 +11,13 @@ val parse_certif : - Structures.names_id -> - Structures.names_id -> - Structures.names_id -> - Structures.names_id -> - Structures.names_id -> Structures.names_id -> Structures.names_id -> string -> string -> unit + Structures.id -> + Structures.id -> + Structures.id -> + Structures.id -> + Structures.id -> Structures.id -> Structures.id -> string -> string -> unit val checker : string -> string -> unit val checker_debug : string -> string -> unit -val theorem : Structures.names_id -> string -> string -> unit -val tactic : Term.constr list -> Structures.constr_expr list -> Structures.tactic -val tactic_no_check : Term.constr list -> Structures.constr_expr list -> Structures.tactic +val theorem : Structures.id -> string -> string -> unit +val tactic : Structures.constr list -> Structures.constr_expr list -> Structures.tactic +val tactic_no_check : Structures.constr list -> Structures.constr_expr list -> Structures.tactic -- cgit