package coq
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formal proof management system
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3
doc/coq-core.parsing/Ppextend/index.html
Module PpextendSource
Pretty-print.
Printing rules for notations
Source
type unparsing = | UnpMetaVar of Constrexpr.entry_relative_level * Extend.side option| UnpBinderMetaVar of Constrexpr.entry_relative_level * pattern_quote_style| UnpListMetaVar of Constrexpr.entry_relative_level * unparsing list * Extend.side option| UnpBinderListMetaVar of bool * unparsing list| UnpTerminal of string| UnpBox of ppbox * unparsing Loc.located list| UnpCut of ppcut
Declare and look for the printing rule for symbolic notations
Source
val declare_generic_notation_printing_rules :
Constrexpr.notation ->
reserved:bool ->
extra:extra_unparsing_rules ->
unparsing_rule ->
unitSource
val declare_specific_notation_printing_rules :
Constrexpr.specific_notation ->
extra:extra_unparsing_rules ->
unparsing_rule ->
unitSource
val find_generic_notation_printing_rule :
Constrexpr.notation ->
unparsing_rule * bool * extra_unparsing_rulesSource
val find_specific_notation_printing_rule :
Constrexpr.specific_notation ->
unparsing_rule * extra_unparsing_rulesSource
val find_notation_printing_rule :
Constrexpr.notation_with_optional_scope option ->
Constrexpr.notation ->
unparsing_ruleSource
val find_notation_extra_printing_rules :
Constrexpr.notation_with_optional_scope option ->
Constrexpr.notation ->
extra_unparsing_rules sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page