package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/coq-core.parsing/Notation_gram/index.html

Module Notation_gramSource

Sourcetype grammar_constr_prod_item =
  1. | GramConstrTerminal of bool * string
  2. | GramConstrNonTerminal of Extend.constr_prod_entry_key * Names.Id.t option
  3. | GramConstrListMark of int * bool * int

Grammar rules for a notation

Sourcetype one_notation_grammar = {
  1. notgram_level : Notation.level;
  2. notgram_assoc : Gramlib.Gramext.g_assoc option;
  3. notgram_notation : Constrexpr.notation;
  4. notgram_prods : grammar_constr_prod_item list list;
  5. notgram_typs : Extend.constr_entry_key list;
}
Sourcetype notation_grammar = one_notation_grammar list
OCaml

Innovation. Community. Security.