package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val print_emacs : bool ref
type input_buffer = {
  1. mutable prompt : unit -> string;
  2. mutable str : Bytes.t;
  3. mutable len : int;
  4. mutable bols : int list;
  5. mutable tokens : Pcoq.Gram.coq_parsable;
  6. mutable start : int;
}
val top_buffer : input_buffer
val set_prompt : (unit -> string) -> unit
val coqloop_feed : Feedback.feedback -> unit
val do_vernac : Stateid.t -> Stateid.t
val loop : unit -> unit
OCaml

Innovation. Community. Security.