Vernacstate.Declareval give_me_the_proof : unit -> Proof.tval give_me_the_proof_opt : unit -> Proof.t optionval get_current_proof_name : unit -> Names.Id.tval 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 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_program : unit -> Declare.OblState.t NeList.tval set : (LemmaStack.t option * Declare.OblState.t NeList.t) -> unitval get_pstate : unit -> Declare.Proof.t optionval unfreeze : LemmaStack.t -> unit