From 89f5d2503d68dae235b9c2153d34f0def30ff626 Mon Sep 17 00:00:00 2001 From: Gaëtan Gilbert Date: Thu, 12 Nov 2020 11:13:50 +0100 Subject: Make the universe of primitive arrays irrelevant Fix #13354 This change is very specific to array, but should not be a significant obstacle to generalization of the feature to eg axioms if we want to later. --- doc/changelog/01-kernel/13356-primarray-cumul.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/01-kernel/13356-primarray-cumul.rst (limited to 'doc') 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 + `_, fixes `#13354 + `_, by Gaëtan Gilbert). -- cgit v1.2.3