package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
doc/rocq-runtime.vernac/Pvernac/index.html
Module Pvernac
Source
The main entry: reads an optional vernac command
Grammar entry for tactics: proof mode(s). By default Coq's grammar has an empty entry (non-terminal) for tactics. A plugin can register its non-terminal by providing a name and a grammar entry.
For example the Ltac plugin register the "Classic" grammar entry for parsing its tactics.
Source
type proof_mode_entry =
| ProofMode : {
command_entry : Vernacexpr.vernac_expr Procq.Entry.t;
wit_tactic_expr : ('raw, _, unit) Genarg.genarg_type;
tactic_expr_entry : 'raw Procq.Entry.t;
} -> proof_mode_entry
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>