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.0.1.tar.gz
sha256=051f7bf702ff0a3b370449728921e5a95e18bc2b31b8eb949d48422888c98af4
doc/rocq-runtime.vernac/VernacControl/index.html
Module VernacControlSource
Partially interpreted control flags.
Translate from syntax and add default timeout.
with_local_state state0 f should run f with state0 installed, capture the state produced by running f and revert the global state afterwards.
Source
val under_control :
loc:Loc.t option ->
with_local_state:('state0, 'state) with_local_state ->
'state0 control_entries ->
noop:'b ->
(unit -> 'b) ->
'state control_entries * 'bunder_control ~loc ~with_local_state control ~noop f runs f () in the context given by the control.
If the control cause execution to end with no more work to be done and no error (eg Fail when f raised an exception) then noop is returned.
Print any final messages (eg from Time) and raise final exceptions (eg from Fail when the command did not fail). The returned boolean tells if we should be noop (Fail where the command failed or Succeed where it succeeded).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>