aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/inv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/inv.mli')
-rw-r--r--tactics/inv.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/tactics/inv.mli b/tactics/inv.mli
index f5820c33c..615ceaab5 100644
--- a/tactics/inv.mli
+++ b/tactics/inv.mli
@@ -14,13 +14,6 @@ open Tacexpr
type inversion_status = Dep of constr option | NoDep
-val inv_gen :
- bool -> inversion_kind -> inversion_status ->
- intro_pattern_expr located option -> quantified_hypothesis -> unit Proofview.tactic
-val invIn_gen :
- inversion_kind -> intro_pattern_expr located option -> Id.t list ->
- quantified_hypothesis -> unit Proofview.tactic
-
val inv_clause :
inversion_kind -> intro_pattern_expr located option -> Id.t list ->
quantified_hypothesis -> unit Proofview.tactic
@@ -31,9 +24,7 @@ val inv : inversion_kind -> intro_pattern_expr located option ->
val dinv : inversion_kind -> constr option ->
intro_pattern_expr located option -> quantified_hypothesis -> unit Proofview.tactic
-val half_inv_tac : Id.t -> unit Proofview.tactic
val inv_tac : Id.t -> unit Proofview.tactic
val inv_clear_tac : Id.t -> unit Proofview.tactic
-val half_dinv_tac : Id.t -> unit Proofview.tactic
val dinv_tac : Id.t -> unit Proofview.tactic
val dinv_clear_tac : Id.t -> unit Proofview.tactic