aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-08-29 18:39:46 +0200
committerHugo Herbelin2020-09-02 19:06:33 +0200
commitafb4e0633f7cb36c10356d7da9b915d2e95aee6e (patch)
treea2da9e39d9ed060e0a599a44fdc3e038d88ebaeb /tactics
parentbb09af9e9cfa32f89cb5538a6e51af5dae6cc467 (diff)
Remove unused API from Elim.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/elim.mli7
1 files changed, 0 insertions, 7 deletions
diff --git a/tactics/elim.mli b/tactics/elim.mli
index 319c4b5f6b..f66462a224 100644
--- a/tactics/elim.mli
+++ b/tactics/elim.mli
@@ -26,10 +26,6 @@ type branch_assumptions = private {
ba : branch_args; (** the branch args *)
assums : named_context} (** the list of assumptions introduced *)
-val elimination_then :
- (branch_args -> unit Proofview.tactic) ->
- constr -> unit Proofview.tactic
-
val case_then_using :
or_and_intro_pattern option -> (branch_args -> unit Proofview.tactic) ->
constr option -> inductive * EInstance.t -> constr * types -> unit Proofview.tactic
@@ -38,9 +34,6 @@ val case_nodep_then_using :
or_and_intro_pattern option -> (branch_args -> unit Proofview.tactic) ->
constr option -> inductive * EInstance.t -> constr * types -> unit Proofview.tactic
-val elim_on_ba : (branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tactic
-val case_on_ba : (branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tactic
-
val introCaseAssumsThen : Tactics.evars_flag ->
(intro_patterns -> branch_assumptions -> unit Proofview.tactic) ->
branch_args -> unit Proofview.tactic