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.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20
doc/rocq-runtime.vernac/Assumptions/index.html
Module AssumptionsSource
Source
val traverse :
Global.indirect_accessor ->
Names.GlobRef.t list ->
Names.GlobRef.Set_env.t
* Names.GlobRef.Set_env.t option Names.GlobRef.Map_env.t
* (Names.GlobRef.t * Constr.rel_context * Constr.types) list
Names.GlobRef.Map_env.tCollects all the objects on which terms directly rely, bypassing kernel opacity, together with the recursive dependence DAG of objects.
WARNING: some terms may not make sense in the environment, because they are sealed inside opaque modules. Do not try to do anything fancy with those terms apart from printing them, otherwise demons may fly out of your nose.
NOTE: this function is used in the plugins paramcoq and metarocq.
Source
val assumptions :
?add_opaque:bool ->
?add_transparent:bool ->
Global.indirect_accessor ->
TransparentState.t ->
Names.GlobRef.t list ->
Constr.types Printer.ContextObjectMap.tCollects all the assumptions (optionally including opaque definitions) on which terms rely (together with their type). The above warning of traverse also applies.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>