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.engine/Proofview/Goal/index.html
Module Proofview.Goal
Source
Type of goals.
concl
, hyps
, env
and sigma
given a goal gl
return respectively the conclusion of gl
, the hypotheses of gl
, the environment of gl
(i.e. the global environment and the hypotheses) and the current evar map.
enter t
applies the goal-dependent tactic t
in each goal independently, in the manner of tclINDEPENDENT
except that the current goal is also given as an argument to t
.
Like enter
, but assumes exactly one goal under focus, raising a fatal error otherwise.
Recover the list of current goals under focus, without evar-normalization. FIXME: encapsulate the level in an existential type.
unsolved g
is true
if g
is still unsolved in the current proof state.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>