package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type custom_toplevel = {
  1. init : opts:Coqargs.coq_cmdopts -> string list -> Coqargs.coq_cmdopts * string list;
  2. run : opts:Coqargs.coq_cmdopts -> state:Vernac.State.t -> unit;
}
val coqtop_toplevel : custom_toplevel
val start_coq : custom_toplevel -> unit