aboutsummaryrefslogtreecommitdiff
path: root/checker/values.ml
diff options
context:
space:
mode:
authorMatthieu Sozeau2015-02-26 13:13:05 +0100
committerMatthieu Sozeau2015-02-26 13:17:08 +0100
commitc8944dccb081c79eb47ca91c7e2cb5c50558aeaa (patch)
tree864d06180488641234f190a7d4f08f153dd49a25 /checker/values.ml
parent6fcfa31005273e3d5e0fac6fec9c0448e66a8780 (diff)
Fix checker after addition of a universe context in with t := c constraints.
Diffstat (limited to 'checker/values.ml')
-rw-r--r--checker/values.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/values.ml b/checker/values.ml
index 3ca44b7d0f..c986415070 100644
--- a/checker/values.ml
+++ b/checker/values.ml
@@ -13,7 +13,7 @@
To ensure this file is up-to-date, 'make' now compares the md5 of cic.mli
with a copy we maintain here:
-MD5 0fbea8efeae581d87d977faa9eb2f421 checker/cic.mli
+MD5 0a174243f8b06535c9eecbbe8d339fe1 checker/cic.mli
*)
@@ -270,7 +270,7 @@ let v_ind_pack = v_tuple "mutual_inductive_body"
let v_with =
Sum ("with_declaration_body",0,
[|[|List v_id;v_mp|];
- [|List v_id;v_constr|]|])
+ [|List v_id;v_tuple "with_def" [|v_constr;v_context|]|]|])
let rec v_mae =
Sum ("module_alg_expr",0,