aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/elim.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-22 15:31:12 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-23 12:09:14 +0200
commit74ddca99c649f2f8c203582a9b82bddf64fb6b52 (patch)
treef23aa6340c2630619864666ef5eed257d3d765d9 /tactics/elim.mli
parentd23c7539887366202bc370d0f80c26a557486e1c (diff)
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Diffstat (limited to 'tactics/elim.mli')
-rw-r--r--tactics/elim.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/tactics/elim.mli b/tactics/elim.mli
index b83a97bcc..b5e89de08 100644
--- a/tactics/elim.mli
+++ b/tactics/elim.mli
@@ -13,20 +13,11 @@ open Misctypes
(** Eliminations tactics. *)
-val introElimAssumsThen :
- (branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tactic
-
val introCaseAssumsThen :
(intro_pattern_expr Loc.located list -> branch_assumptions -> unit Proofview.tactic) ->
branch_args -> unit Proofview.tactic
-val general_decompose : (Id.t * constr -> bool) -> constr -> unit Proofview.tactic
-val decompose_nonrec : constr -> unit Proofview.tactic
-val decompose_and : constr -> unit Proofview.tactic
-val decompose_or : constr -> unit Proofview.tactic
val h_decompose : inductive list -> constr -> unit Proofview.tactic
val h_decompose_or : constr -> unit Proofview.tactic
val h_decompose_and : constr -> unit Proofview.tactic
-
-val double_ind : quantified_hypothesis -> quantified_hypothesis -> unit Proofview.tactic
val h_double_induction : quantified_hypothesis -> quantified_hypothesis-> unit Proofview.tactic