package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b

doc/coq-core.vernac/Egramcoq/index.html

Module EgramcoqSource

Mapping of grammar productions to camlp5 actions

This is the part specific to Coq-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 : local:bool -> string -> unit
Sourceval exists_custom_entry : string -> bool
Sourceval locality_of_custom_entry : string -> bool
OCaml

Innovation. Community. Security.

On This Page
  1. Adding notations