diff options
| author | Pierre-Marie Pédrot | 2020-09-01 11:51:41 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-09-01 11:51:41 +0200 |
| commit | 0d30f79268fea18ef99c040a859956f61c3d978a (patch) | |
| tree | 26694ab196e67dde80cc8489236770bda59a061c /engine/proofview.mli | |
| parent | 46768229c5349aa92a8107cd0a6ded32fd22d768 (diff) | |
| parent | 576c1153dae2b3660d35127862aeb3d528eb6d8d (diff) | |
Merge PR #12892: Update update_global_env usage
Reviewed-by: ejgallego
Reviewed-by: gares
Reviewed-by: ppedrot
Diffstat (limited to 'engine/proofview.mli')
| -rw-r--r-- | engine/proofview.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli index 8853013a84..db6509c84e 100644 --- a/engine/proofview.mli +++ b/engine/proofview.mli @@ -500,8 +500,8 @@ 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 + (** [update_sigma_univs] lifts [UState.update_sigma_univs] to the proofview *) + val update_sigma_univs : UGraph.t -> proofview -> proofview end |
