package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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.