Topfmt
Console printing options
val dflt_gp : pp_global_params
val deep_gp : pp_global_params
val set_gp : Stdlib.Format.formatter -> pp_global_params -> unit
val get_gp : Stdlib.Format.formatter -> pp_global_params
val std_logger : ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unit
Console display of feedback, we may add some location information
val emacs_logger : ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unit
val dump_tags : unit -> (string * Terminal.style) list
Error printing
val in_phase : phase:execution_phase -> ('a -> 'b) -> 'a -> 'b
with_output_to_file file f x
executes f x
with logging redirected to a file file
val pr_cmd_header : Vernacexpr.vernac_control -> Pp.t