From 74ddca99c649f2f8c203582a9b82bddf64fb6b52 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 22 Apr 2014 15:31:12 +0200 Subject: Removing dead code, thanks to new OCaml warnings and a bit of scripting. --- tactics/inv.mli | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tactics/inv.mli') 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 -- cgit v1.2.3