(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* parse rest | x :: rest -> x :: parse rest | [] -> [] let loop init args = let args = parse args in Flags.make_silent true; init (); CoqworkmgrApi.init !Flags.async_proofs_worker_priority; args