package coq

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

Innovation. Community. Security.