package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/coq-core.vernac/Topfmt/index.html

Module TopfmtSource

Console printing options

Sourcetype pp_global_params = {
  1. margin : int;
  2. max_indent : int;
  3. max_depth : int;
  4. ellipsis : string;
}
Sourceval set_dflt_gp : Format.formatter -> unit
Output functions of pretty-printing.
Sourceval with_output_to : out_channel -> Format.formatter
For parametrization through vernacular.
Sourceval set_depth_boxes : int option -> unit
Sourceval get_depth_boxes : unit -> int option
Sourceval set_margin : int option -> unit
Sourceval get_margin : unit -> int option
Sourceval std_logger : ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unit

Console display of feedback, we may add some location information

Sourceval emacs_logger : ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unit
Sourceval default_styles : unit -> unit

Color output

Sourceval parse_color_config : string -> unit
Sourceval dump_tags : unit -> (string * Terminal.style) list
Sourceval set_emacs_print_strings : unit -> unit
Sourceval init_terminal_output : color:bool -> unit

Initialization of interpretation of tags

Error printing

Sourcetype execution_phase =
  1. | ParsingCommandLine
  2. | Initialization
  3. | LoadingPrelude
  4. | LoadingRcFile
  5. | InteractiveLoop
  6. | CompilationPhase
Sourceval in_phase : phase:execution_phase -> ('a -> 'b) -> 'a -> 'b
Sourceval pr_phase : ?loc:Loc.t -> unit -> Pp.t option
Sourceval print_err_exn : exn -> unit
Sourceval with_output_to_file : string -> ('a -> 'b) -> 'a -> 'b

with_output_to_file file f x executes f x with logging redirected to a file file

Sourceval pr_cmd_header : Vernacexpr.vernac_control -> Pp.t
OCaml

Innovation. Community. Security.