package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type input_buffer = {
  1. mutable prompt : Stm.doc -> string;
  2. mutable str : Bytes.t;
  3. mutable len : int;
  4. mutable bols : int list;
  5. mutable tokens : Pcoq.Parsable.t;
  6. mutable start : int;
}
val top_buffer : input_buffer
val set_prompt : (unit -> string) -> unit
val coqloop_feed : Feedback.feedback -> unit
val drop_last_doc : Vernac.State.t option ref
val drop_args : Coqargs.t option ref
val loop : opts:Coqargs.t -> state:Vernac.State.t -> unit