aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-09-01 11:51:41 +0200
committerPierre-Marie Pédrot2020-09-01 11:51:41 +0200
commit0d30f79268fea18ef99c040a859956f61c3d978a (patch)
tree26694ab196e67dde80cc8489236770bda59a061c /proofs/proof.mli
parent46768229c5349aa92a8107cd0a6ded32fd22d768 (diff)
parent576c1153dae2b3660d35127862aeb3d528eb6d8d (diff)
Merge PR #12892: Update update_global_env usage
Reviewed-by: ejgallego Reviewed-by: gares Reviewed-by: ppedrot
Diffstat (limited to 'proofs/proof.mli')
-rw-r--r--proofs/proof.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/proof.mli b/proofs/proof.mli
index a0d4759bfc..ffb8380147 100644
--- a/proofs/proof.mli
+++ b/proofs/proof.mli
@@ -76,8 +76,8 @@ val partial_proof : t -> EConstr.constr list
val compact : t -> t
-(** [update_sigma_env] lifts [Evd.update_sigma_env] to the proof *)
-val update_sigma_env : t -> Environ.env -> t
+(** [update_sigma_univs] lifts [UState.update_sigma_univs] to the proof *)
+val update_sigma_univs : UGraph.t -> t -> t
(* Returns the proofs (with their type) of the initial goals.
Raises [UnfinishedProof] is some goals remain to be considered.