package coq-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.notation_entry_relative_level
  2. | UnpBinderMetaVar of Constrexpr.notation_entry_relative_level * pattern_quote_style
  3. | UnpListMetaVar of Constrexpr.notation_entry_relative_level * unparsing list
  4. | UnpBinderListMetaVar of bool * 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
Sourceval unparsing_eq : unparsing -> unparsing -> bool
Sourcetype notation_printing_rules = {
  1. notation_printing_unparsing : unparsing_rule;
  2. notation_printing_level : Constrexpr.entry_level;
}
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
OCaml

Innovation. Community. Security.