exception NoCurrentProof
val there_are_pending_proofs : unit -> boolval get_open_goals : unit -> intval give_me_the_proof : unit -> Proof.tval give_me_the_proof_opt : unit -> Proof.t optionval get_current_proof_name : unit -> Names.Id.tval map_proof : (Proof.t -> Proof.t) -> unitval with_current_proof : (unit Proofview.tactic -> Proof.t -> Proof.t * 'a) -> 'aval return_proof : unit -> Declare.Proof.closed_proof_outputval return_partial_proof : unit -> Declare.Proof.closed_proof_outputval close_future_proof : feedback_id:Stateid.t -> Declare.Proof.closed_proof_output Future.computation -> Declare.Proof.proof_objectval close_proof : opaque:Vernacexpr.opacity_flag -> keep_body_ucst_separate:bool -> Declare.Proof.proof_objectval discard_all : unit -> unitval update_sigma_univs : UGraph.t -> unitval get_current_context : unit -> Evd.evar_map * Environ.envval get_all_proof_names : unit -> Names.Id.t listval copy_terminators : src:LemmaStack.t option -> tgt:LemmaStack.t option -> LemmaStack.t optionval get : unit -> LemmaStack.t optionval set : (LemmaStack.t option * Declare.OblState.t) -> unitval get_pstate : unit -> Declare.Proof.t optionval freeze : marshallable:bool -> LemmaStack.t optionval unfreeze : LemmaStack.t -> unit