(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* intro_pattern_expr located option -> Id.t list -> quantified_hypothesis -> unit Proofview.tactic val inv : inversion_kind -> intro_pattern_expr located option -> quantified_hypothesis -> unit Proofview.tactic val dinv : inversion_kind -> constr option -> intro_pattern_expr located option -> quantified_hypothesis -> unit Proofview.tactic val inv_tac : Id.t -> unit Proofview.tactic val inv_clear_tac : Id.t -> unit Proofview.tactic val dinv_tac : Id.t -> unit Proofview.tactic val dinv_clear_tac : Id.t -> unit Proofview.tactic