aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
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