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.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.