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