package rocq-runtime
The Rocq Prover -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be
doc/rocq-runtime.lib/Feedback/index.html
Module Feedback
Source
Document unique identifier for serialization
Rocq "semantic" infos obtained during execution
Source
type feedback_content =
| Processed
| Incomplete
| Complete
| ProcessingIn of string
| InProgress of int
| WorkerStatus of string * string
| AddedAxiom
| GlobRef of Loc.t * string * string * string * string
| GlobDef of Loc.t * string * string * string
| FileDependency of string option * string
| FileLoaded of string * string
| Custom of Loc.t option * string * Xml_datatype.xml
| Message of level * Loc.t option * Quickfix.t list * Pp.t
Source
type feedback = {
doc_id : doc_id;
span_id : Stateid.t;
route : route_id;
contents : feedback_content;
}
Feedback sent, even asynchronously, to the user interface
add_feeder f
adds a feeder listiner f
, returning its id
del_feeder fid
removes the feeder with id fid
feedback ?did ?sid ?route fb
produces feedback fb
, with route
and did, sid
set appropiatedly, if absent, it will use the defaults set by set_id_for_feedback
set_id_for_feedback route id
Set the defaults for feedback
output functions
Message that displays information, usually in verbose mode, such as Foobar is defined
Message that should be displayed, such as Print Foo
or Show Bar
.
Message indicating that something went wrong, but without serious consequences. A list of quick fixes, in the VSCode sense, can be provided
Helper for tools willing to print to the feedback system
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page