aboutsummaryrefslogtreecommitdiff
path: root/kernel/entries.mli
diff options
context:
space:
mode:
authorMatthieu Sozeau2016-10-06 18:02:25 +0200
committerMatthieu Sozeau2016-10-11 11:17:10 +0200
commitb247761476c4b36f0945c19c23c171ea57701178 (patch)
tree95733168d350fd3c014c1eb7f7792c6bc3d431f4 /kernel/entries.mli
parent009718d9d0130a967261ae5d2484985522fc2f7c (diff)
Fix for bug #4863, update the Proofview's env with
side_effects. Partial solution to the handling of side effects in proofview.
Diffstat (limited to 'kernel/entries.mli')
-rw-r--r--kernel/entries.mli7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/entries.mli b/kernel/entries.mli
index f94068f31e..8e8e97d615 100644
--- a/kernel/entries.mli
+++ b/kernel/entries.mli
@@ -97,7 +97,12 @@ type module_entry =
| MExpr of
module_params_entry * module_struct_entry * module_struct_entry option
-type seff_env = [ `Nothing | `Opaque of Constr.t * Univ.universe_context_set ]
+
+type seff_env =
+ [ `Nothing
+ (* The proof term and its universes.
+ Same as the constant_body's but not in an ephemeron *)
+ | `Opaque of Constr.t * Univ.universe_context_set ]
type side_eff =
| SEsubproof of constant * Declarations.constant_body * seff_env