aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-10 18:47:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-10 18:47:23 +0000
commitedf1a291e69d3cc886fbb5e6d300a9e8e7614b21 (patch)
tree0d251cd3c0c583c0547a53b71bc9a8ca24fa443b /tactics/leminv.mli
parent55dcae414b7e0f905d527845b4c3617b4be857b8 (diff)
Unification lemInv et lemInv_in
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4568 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli7
1 files changed, 5 insertions, 2 deletions
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