aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
index 36aa5e67f..76223abed 100644
--- a/tactics/leminv.mli
+++ b/tactics/leminv.mli
@@ -18,9 +18,6 @@ val lemInvIn_gen : quantified_hypothesis -> constr -> Id.t list -> unit Proofvie
val lemInv_clause :
quantified_hypothesis -> constr -> Id.t list -> unit Proofview.tactic
-val inversion_lemma_from_goal :
- int -> Id.t -> Id.t located -> sorts -> bool ->
- (Id.t -> unit Proofview.tactic) -> unit
val add_inversion_lemma_exn :
Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> unit Proofview.tactic) ->
unit