(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Vernacexpr.located_vernac_expr -> unit (* Evaluates the tip of the current branch *) val finish : unit -> unit (* Evaluates a particular state id (does not move the current tip) *) val observe : Stateid.t -> unit (* Joins the entire document. Implies finish, but also checks proofs *) val join : unit -> unit val get_current_state : unit -> Stateid.t val current_proof_depth : unit -> int val get_all_proof_names : unit -> Names.identifier list val get_current_proof_name : unit -> Names.identifier option val init : unit -> unit val slave_main_loop : unit -> unit val slave_init_stdout : unit -> unit