diff options
| -rw-r--r-- | tactics/elim.mli | 7 |
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 |
