package rocq-runtime

  1. Overview
  2. Docs
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.toplevel/Coqloop/index.html

Module CoqloopSource

The Rocq toplevel loop.

A buffer for the character read from a channel. We store the command * entered to be able to report errors without pretty-printing.

Sourcetype input_buffer

The input buffer of stdin.

Sourceval top_buffer : input_buffer
Sourceval set_prompt : (unit -> string) -> unit
Sourceval coqloop_feed : Feedback.feedback -> unit

Toplevel feedback printer.

Sourceval ml_toplevel_state : Vernac.State.t option ref

State tracked while in the OCaml toplevel

Sourceval ml_toplevel_include_ran : bool ref

Whether the "include" file was already run at least once

The main loop

Sourceval run : opts:Coqargs.t -> state:Vernac.State.t -> unit

Main entry point of Rocq: read and execute vernac commands.

OCaml

Innovation. Community. Security.