package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

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

Module PpextendSource

Pretty-print.
Sourcetype ppbox =
  1. | PpHB
  2. | PpHOVB of int
  3. | PpHVB of int
  4. | PpVB of int
Sourcetype ppcut =
  1. | PpBrk of int * int
  2. | PpFnl
Sourceval ppcmd_of_box : ppbox -> Pp.t -> Pp.t
Sourceval ppcmd_of_cut : ppcut -> Pp.t
Printing rules for notations
Sourcetype pattern_quote_style =
  1. | QuotedPattern
  2. | NotQuotedPattern
Sourcetype unparsing =
  1. | UnpMetaVar of Constrexpr.entry_relative_level * Extend.side option
  2. | UnpBinderMetaVar of Constrexpr.entry_relative_level * pattern_quote_style
  3. | UnpListMetaVar of Constrexpr.entry_relative_level * unparsing list * Extend.side option
  4. | UnpBinderListMetaVar of bool * unparsing list
  5. | UnpTerminal of string
  6. | UnpBox of ppbox * unparsing Loc.located list
  7. | UnpCut of ppcut

Declare and look for the printing rule for symbolic notations

Sourcetype unparsing_rule = unparsing list
Sourcetype extra_unparsing_rules = (string * string) list
Sourceval unparsing_eq : unparsing -> unparsing -> bool
Sourcetype notation_printing_rules = {
  1. notation_printing_unparsing : unparsing_rule;
  2. notation_printing_level : Constrexpr.entry_level;
  3. notation_printing_extra : extra_unparsing_rules;
}
Sourcetype generic_notation_printing_rules = {
  1. notation_printing_reserved : bool;
  2. notation_printing_rules : notation_printing_rules;
}
Sourceval declare_generic_notation_printing_rules : Constrexpr.notation -> generic_notation_printing_rules -> unit
Sourceval declare_specific_notation_printing_rules : Constrexpr.specific_notation -> notation_printing_rules -> unit
Sourceval has_generic_notation_printing_rule : Constrexpr.notation -> bool
Sourceval find_generic_notation_printing_rule : Constrexpr.notation -> generic_notation_printing_rules
Sourceval find_specific_notation_printing_rule : Constrexpr.specific_notation -> notation_printing_rules
Sourceval add_notation_extra_printing_rule : Constrexpr.notation -> string -> string -> unit
OCaml

Innovation. Community. Security.