aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-11-15 00:17:21 +0100
committerPierre-Marie Pédrot2020-11-15 00:17:21 +0100
commitecea6eda26e18dfacff3793d6ceed5b63e46bb3e (patch)
treedf01feec359299fb3159d831d0c7735b8f280a74 /doc
parent6b7d6be8eb0b8c12804a53475e33c1489e3bc61e (diff)
parent89f5d2503d68dae235b9c2153d34f0def30ff626 (diff)
Merge PR #13356: Make the universe of primitive arrays irrelevant
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/13356-primarray-cumul.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/13356-primarray-cumul.rst b/doc/changelog/01-kernel/13356-primarray-cumul.rst
new file mode 100644
index 0000000000..978ca325bf
--- /dev/null
+++ b/doc/changelog/01-kernel/13356-primarray-cumul.rst
@@ -0,0 +1,5 @@
+- **Changed:** Primitive arrays are now irrelevant in their single
+ polymorphic universe (same as a polymorphic cumulative list
+ inductive would be) (`#13356
+ <https://github.com/coq/coq/pull/13356>`_, fixes `#13354
+ <https://github.com/coq/coq/issues/13354>`_, by Gaëtan Gilbert).