(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* or_and_intro_pattern option -> Id.t list -> quantified_hypothesis -> unit Proofview.tactic val inv : inversion_kind -> or_and_intro_pattern option -> quantified_hypothesis -> unit Proofview.tactic val dinv : inversion_kind -> constr option -> or_and_intro_pattern 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