package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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
type 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;
}
type notation_grammar = one_notation_grammar list