aboutsummaryrefslogtreecommitdiff
path: root/kernel/declarations.mli
diff options
context:
space:
mode:
authorMatthieu Sozeau2015-02-12 22:41:40 +0100
committerMatthieu Sozeau2015-02-12 22:43:00 +0100
commit5c603ebd99e4e8e7abb8b2036a6ffac5b19f66cf (patch)
tree5ea51c592bbf3304d1e54616a27313780055892c /kernel/declarations.mli
parent43471abd4e61e7528fdaa2c576e7cb825a203c13 (diff)
Univs: fix bug #3978: carry around the universe context used to
typecheck with definitions and thread it accordingly when typechecking module expressions.
Diffstat (limited to 'kernel/declarations.mli')
-rw-r--r--kernel/declarations.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli
index bec521227b..cef920c6a5 100644
--- a/kernel/declarations.mli
+++ b/kernel/declarations.mli
@@ -202,7 +202,7 @@ type ('ty,'a) functorize =
type with_declaration =
| WithMod of Id.t list * module_path
- | WithDef of Id.t list * constr
+ | WithDef of Id.t list * constr Univ.in_universe_context
type module_alg_expr =
| MEident of module_path