package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.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 : ?qf:Quickfix.t list -> ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unit

Console display of feedback, we may add some location information

Sourceval emacs_logger : ?qf:Quickfix.t list -> ?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 : truncate:bool -> string -> ('a -> 'b) -> 'a -> 'b

with_output_to_file ~truncate file f x executes f x with logging redirected to a file file (starting empty if truncate:true, otherwise appending if it already exists).

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

Innovation. Community. Security.