package rocq-runtime

  1. Overview
  2. Docs
On This Page
  1. Adding notations
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EgramrocqSource

Mapping of grammar productions to camlp5 actions

This is the part specific to Rocq-level Notation and Tactic Notation. For the ML-level tactic and vernac extensions, see Egramml.

Adding notations
Sourceval extend_constr_grammar : Notation_gram.one_notation_grammar -> unit

Add a term notation rule to the parsing system.

Sourceval create_custom_entry : Globnames.CustomName.t -> unit

Add the entry to the grammar.