(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* unit (* [init_ide] is to be used by the Coq IDE. It does everything [start] does, except launching the toplevel loop. It returns the list of Coq files given on the command line. *) val init_ide : unit -> string list