CoqloopThe 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.
The input buffer of stdin.
val top_buffer : input_bufferval coqloop_feed : Feedback.feedback -> unitToplevel feedback printer.
val ml_toplevel_state : Vernac.State.t option Stdlib.refState tracked while in the OCaml toplevel
Whether the "include" file was already run at least once
val loop : state:Vernac.State.t -> Vernac.State.tThe main loop
val run : opts:Coqargs.t -> state:Vernac.State.t -> unitMain entry point of Rocq: read and execute vernac commands.