aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-13 09:11:43 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-13 09:11:43 +0100
commitd2fb531761e1f4fa02d0c7e7b5b51febe48e357e (patch)
tree5316ac6af605bf46f2dc5bc9b85a1c959086d38f
parenta0468cce09c51e4d37153595bbc6a3c12d9086f0 (diff)
parentebbc65955f1fa65965fd90a23b862fd629a23f73 (diff)
Merge PR #6738: CHANGES for universe variance
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb4b966b0..1084847d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -68,6 +68,9 @@ Universes
module and library boundaries. Global universe names introduced in an
inductive / constant / Let declaration get qualified with the name of
the declaration.
+- Universe cumulativity for inductive types is now specified as a
+ variance for each polymorphic universe. See the reference manual for
+ more information.
Checker