diff options
author | Amin Timany <amintimany@gmail.com> | 2017-08-18 15:35:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 15:35:33 +0200 |
commit | 2bb2877795ca1b6234dae05fe9b55e68abcd22ea (patch) | |
tree | c00efb0c299a458855fba3b33d78b5dbaf9c86d2 | |
parent | 63da901edc3ab5b69098499cdc01ab50ed9b3353 (diff) |
Correct the option for cumulativity in CHANGES
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`). |