(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* string list -> Coqargs.coq_cmdopts * string list; run : opts:Coqargs.coq_cmdopts -> state:Vernac.State.t -> unit; } val coqtop_toplevel : custom_toplevel (** The Coq main module. [start custom] will parse the command line, print the banner, initialize the load path, load the input state, load the files given on the command line, load the resource file, produce the output state if any, and finally will launch [custom.run]. *) val start_coq : custom_toplevel -> unit