(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* raw_rew_rule list -> unit (* The AutoRewrite tactic *) val autorewrite : tactic -> string list -> tactic val autorewrite_in : Names.identifier -> tactic -> string list -> tactic val auto_multi_rewrite : string list -> Tacticals.clause -> tactic val auto_multi_rewrite_with : tactic -> string list -> Tacticals.clause -> tactic val print_rewrite_hintdb : string -> unit