From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- tactics/leminv.mli | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'tactics/leminv.mli') diff --git a/tactics/leminv.mli b/tactics/leminv.mli index 233aeba3..47a4de44 100644 --- a/tactics/leminv.mli +++ b/tactics/leminv.mli @@ -1,19 +1,20 @@ -open Util +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* constr -> tactic -val lemInvIn_gen : quantified_hypothesis -> constr -> identifier list -> tactic +open Constrexpr +open Misctypes val lemInv_clause : - quantified_hypothesis -> constr -> identifier list -> tactic + quantified_hypothesis -> constr -> Id.t list -> unit Proofview.tactic -val inversion_lemma_from_goal : - int -> identifier -> identifier located -> sorts -> bool -> - (identifier -> tactic) -> unit val add_inversion_lemma_exn : - identifier -> constr_expr -> glob_sort -> bool -> (identifier -> tactic) -> + Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> unit Proofview.tactic) -> unit -- cgit v1.2.3