package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.0.tar.gz
md5=64b49dbc3205477bd7517642c0b9cbb6
sha512=02fb5b4fb575af79e092492cbec6dc0d15a1d74a07f827f657a72d4e6066532630e5a6d15be4acdb73314bd40b9a321f9ea0584e0ccfe51fd3a56353bd30db9b

doc/coq-core.printing/Genprint/index.html

Module GenprintSource

Entry point for generic printers

Sourcetype 'a with_level = {
  1. default_already_surrounded : Constrexpr.entry_relative_level;
  2. default_ensure_surrounded : Constrexpr.entry_relative_level;
  3. printer : 'a;
}
Sourcetype printer_result =
  1. | PrinterBasic of Environ.env -> Evd.evar_map -> Pp.t
  2. | PrinterNeedsLevel of (Environ.env -> Evd.evar_map -> Constrexpr.entry_relative_level -> Pp.t) with_level
Sourcetype top_printer_result =
  1. | TopPrinterBasic of unit -> Pp.t
  2. | TopPrinterNeedsContext of Environ.env -> Evd.evar_map -> Pp.t
  3. | TopPrinterNeedsContextAndLevel of printer_fun_with_level with_level
Sourcetype 'a printer = 'a -> printer_result
Sourcetype 'a top_printer = 'a -> top_printer_result
Sourceval raw_print : ('raw, 'glb, 'top) Genarg.genarg_type -> 'raw printer

Printer for raw level generic arguments.

Sourceval glb_print : ('raw, 'glb, 'top) Genarg.genarg_type -> 'glb printer

Printer for glob level generic arguments.

Sourceval top_print : ('raw, 'glb, 'top) Genarg.genarg_type -> 'top top_printer

Printer for top level generic arguments.

Sourceval register_print0 : ('raw, 'glb, 'top) Genarg.genarg_type -> 'raw printer -> 'glb printer -> 'top top_printer -> unit
Sourceval register_val_print0 : 'top Geninterp.Val.typ -> 'top top_printer -> unit
Sourceval register_vernac_print0 : ('raw, 'glb, 'top) Genarg.genarg_type -> 'raw printer -> unit
Sourceval generic_val_print : Geninterp.Val.t top_printer
OCaml

Innovation. Community. Security.