package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

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

Module Notation_gramSource

Sourcetype grammar_constr_prod_item =
  1. | GramConstrTerminal of string Tok.p
  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.