(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* tactic) -> unit (* val dHyp : identifier -> tactic val dConcl : tactic *) val h_destructHyp : bool -> identifier -> tactic val h_destructConcl : tactic val h_auto_tdb : int option -> tactic val add_destructor_hint : Vernacexpr.locality_flag -> identifier -> (bool,unit) Tacexpr.location -> Glob_term.patvar list * Pattern.constr_pattern -> int -> glob_tactic_expr -> unit