(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr -> tactic val lemInvIn_gen : quantified_hypothesis -> constr -> Id.t list -> tactic val lemInv_clause : quantified_hypothesis -> constr -> Id.t list -> tactic val inversion_lemma_from_goal : int -> Id.t -> Id.t located -> sorts -> bool -> (Id.t -> tactic) -> unit val add_inversion_lemma_exn : Id.t -> constr_expr -> glob_sort -> bool -> (Id.t -> tactic) -> unit