package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20
doc/rocq-runtime.vernac/Egramrocq/index.html
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
Add a term notation rule to the parsing system.
Source
val find_custom_entry :
Globnames.CustomName.t ->
Constrexpr.constr_expr Procq.Entry.t
* Constrexpr.cases_pattern_expr Procq.Entry.tAdd the entry to the grammar.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page