aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/pre_env.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/pre_env.mli')
-rw-r--r--kernel/pre_env.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/pre_env.mli b/kernel/pre_env.mli
index 728f28be0..511f56e65 100644
--- a/kernel/pre_env.mli
+++ b/kernel/pre_env.mli
@@ -48,7 +48,8 @@ type env = {
env_rel_context : rel_context;
env_rel_val : lazy_val list;
env_nb_rel : int;
- env_stratification : stratification }
+ env_stratification : stratification;
+ retroknowledge : Retroknowledge.retroknowledge }
type named_context_val = named_context * named_vals
@@ -80,5 +81,3 @@ val lookup_mind : mutual_inductive -> env -> mutual_inductive_body
(* Find the ultimate inductive in the [mind_equiv] chain *)
val scrape_mind : env -> mutual_inductive -> mutual_inductive
-
-