aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/entries.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2013-10-11 18:30:54 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-06 09:58:53 +0200
commit57bee17f928fc67a599d2116edb42a59eeb21477 (patch)
treef8e1446f5869de08be1dc20c104d61d0e47ce57d /kernel/entries.mli
parenta4043608f704f026de7eb5167a109ca48e00c221 (diff)
Rework handling of universes on top of the STM, allowing for delayed
computation in case of non-polymorphic proofs. Also fix plugins after forgotten merge conflicts. Still does not compile everything.
Diffstat (limited to 'kernel/entries.mli')
-rw-r--r--kernel/entries.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/entries.mli b/kernel/entries.mli
index 24e029bc0..1bc3bbd15 100644
--- a/kernel/entries.mli
+++ b/kernel/entries.mli
@@ -62,8 +62,8 @@ type definition_entry = {
const_entry_feedback : Stateid.t option;
const_entry_type : types option;
const_entry_polymorphic : bool;
- const_entry_universes : Univ.universe_context;
- const_entry_proj : projection option;
+ const_entry_universes : Univ.universe_context Future.computation;
+ const_entry_proj : projection option;
const_entry_opaque : bool;
const_entry_inline_code : bool }