(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* (Stm.doc * Stateid.t) option * Coqargs.coq_cmdopts val start : unit -> unit (* Last document seen after `Drop` *) val drop_last_doc : Stm.doc option ref (* For other toploops *) val toploop_init : (Coqargs.coq_cmdopts -> string list -> string list) ref val toploop_run : (Coqargs.coq_cmdopts -> Stm.doc -> unit) ref