aboutsummaryrefslogtreecommitdiff
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-08-25 08:32:20 +0000
committerGitHub2020-08-25 08:32:20 +0000
commitbd4791ff350bef9dc45b42b2ae77769625644c4f (patch)
tree02fb8f7c029ea53839714688edd8b888af9a3db8 /engine/proofview.mli
parent016bafd7519859737610810df77f72bf812c542a (diff)
parenta970072a64348a1b5af1cd45a138da819ef0a8d2 (diff)
Merge PR #12878: Update sigma instead of erasing it in `update_global_env`
Reviewed-by: SkySkimmer
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index d0a2b37a69..0f49d2f5d8 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -503,6 +503,9 @@ module Unsafe : sig
val undefined : Evd.evar_map -> Proofview_monad.goal_with_state list ->
Proofview_monad.goal_with_state list
+ (** [update_sigma_env] lifts [Evd.update_sigma_env] to the proofview *)
+ val update_sigma_env : proofview -> Environ.env -> proofview
+
end
(** This module gives access to the innards of the monad. Its use is