(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Tacexpr.raw_tactic_expr -> debug_info (* Prints a constr *) val db_constr : debug_info -> Environ.env -> constr -> unit (* Prints a matched hypothesis *) val db_matched_hyp : debug_info -> Environ.env -> identifier * constr -> unit (* Prints the matched conclusion *) val db_matched_concl : debug_info -> Environ.env -> constr -> unit