From edf1a291e69d3cc886fbb5e6d300a9e8e7614b21 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 10 Oct 2003 18:47:23 +0000 Subject: Unification lemInv et lemInv_in git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4568 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/leminv.mli | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tactics/leminv.mli') diff --git a/tactics/leminv.mli b/tactics/leminv.mli index 17e1b0552..6617edf2c 100644 --- a/tactics/leminv.mli +++ b/tactics/leminv.mli @@ -8,9 +8,12 @@ open Topconstr val lemInv_gen : quantified_hypothesis -> constr -> tactic val lemInvIn_gen : quantified_hypothesis -> constr -> identifier list -> tactic +val lemInv_clause : + quantified_hypothesis -> constr -> identifier list -> tactic + val inversion_lemma_from_goal : int -> identifier -> identifier -> sorts -> bool -> (identifier -> tactic) -> unit val add_inversion_lemma_exn : - identifier -> constr_expr -> rawsort -> bool -> (identifier -> tactic) -> unit - + identifier -> constr_expr -> rawsort -> bool -> (identifier -> tactic) -> + unit -- cgit v1.2.3