(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* inversion_kind -> inversion_status -> intro_pattern_expr located option -> quantified_hypothesis -> tactic val invIn_gen : inversion_kind -> intro_pattern_expr located option -> identifier list -> quantified_hypothesis -> tactic val inv_clause : inversion_kind -> intro_pattern_expr located option -> identifier list -> quantified_hypothesis -> tactic val inv : inversion_kind -> intro_pattern_expr located option -> quantified_hypothesis -> tactic val dinv : inversion_kind -> constr option -> intro_pattern_expr located option -> quantified_hypothesis -> tactic val half_inv_tac : identifier -> tactic val inv_tac : identifier -> tactic val inv_clear_tac : identifier -> tactic val half_dinv_tac : identifier -> tactic val dinv_tac : identifier -> tactic val dinv_clear_tac : identifier -> tactic