diff options
| author | Pierre-Marie Pédrot | 2020-07-13 14:55:28 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-06 12:33:58 +0200 |
| commit | 8076de05c67a4dabc99233d8e2b81809c28794e4 (patch) | |
| tree | 1ec6339fc0735fcc4609cf55b3aaae20b5e06026 /kernel/environ.mli | |
| parent | d987a1575d4022d1e41a04a32836ac191380bd3f (diff) | |
Store the default instance in named_context_val.
This is not pretty but I do not see how to do this in a way that is both
backwards compatible and efficient.
Diffstat (limited to 'kernel/environ.mli')
| -rw-r--r-- | kernel/environ.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli index 5cb56a2a29..55df27a8b3 100644 --- a/kernel/environ.mli +++ b/kernel/environ.mli @@ -69,6 +69,7 @@ type stratification = { type named_context_val = private { env_named_ctx : Constr.named_context; env_named_map : (Constr.named_declaration * lazy_val) Id.Map.t; + env_named_var : Constr.t list; } type rel_context_val = private { |
