aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/cic.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-02-26 13:13:05 +0100
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-02-26 13:17:08 +0100
commitc8944dccb081c79eb47ca91c7e2cb5c50558aeaa (patch)
tree864d06180488641234f190a7d4f08f153dd49a25 /checker/cic.mli
parent6fcfa31005273e3d5e0fac6fec9c0448e66a8780 (diff)
Fix checker after addition of a universe context in with t := c constraints.
Diffstat (limited to 'checker/cic.mli')
-rw-r--r--checker/cic.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/cic.mli b/checker/cic.mli
index a793fefa8..90a0e9feb 100644
--- a/checker/cic.mli
+++ b/checker/cic.mli
@@ -333,7 +333,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.universe_context)
type module_alg_expr =
| MEident of module_path