diff options
| author | Maxime Dénès | 2020-08-23 17:52:15 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2020-08-24 15:39:08 +0200 |
| commit | a970072a64348a1b5af1cd45a138da819ef0a8d2 (patch) | |
| tree | 00f3a964bb3079fa1495341d11d61a5dc158617a /engine/proofview.mli | |
| parent | 0f5bd6a18d51a412ee3c8309b891254365e48b91 (diff) | |
Update sigma instead of erasing it in `update_global_env`
Diffstat (limited to 'engine/proofview.mli')
| -rw-r--r-- | engine/proofview.mli | 3 |
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 |
