aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Amin Timany <amintimany@gmail.com>2017-08-18 15:35:33 +0200
committerGravatar GitHub <noreply@github.com>2017-08-18 15:35:33 +0200
commit2bb2877795ca1b6234dae05fe9b55e68abcd22ea (patch)
treec00efb0c299a458855fba3b33d78b5dbaf9c86d2 /CHANGES
parent63da901edc3ab5b69098499cdc01ab50ed9b3353 (diff)
Correct the option for cumulativity in CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ed2f17206..a54e8a426 100644
--- a/CHANGES
+++ b/CHANGES
@@ -156,7 +156,7 @@ Build Infrastructure
Universes
- Cumulative inductive types. see prefixes "Cumulative", "NonCumulative"
- for inductive definitions and the option "Set Inductive Cumulativity"
+ for inductive definitions and the option "Set Polymorphic Inductive Cumulativity"
in the reference manual.
- New syntax `foo@{_}` to instantiate a polymorphic definition with
anonymous universes (can also be used with `Type`).