aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-07-23 15:11:48 +0200
committerGaëtan Gilbert2020-08-18 13:41:14 +0200
commit97b8b7930136f2e47c1c11cbcdbe41f74add2087 (patch)
treec0cb6cdf24e8d6c6109a6c981a2549f0ad1ee17f /doc
parentaa926429727f1f6b5ef07c8912f2618d53f6d155 (diff)
Fix subject reduction VS cumulative inductives and function eta
Fix #7015
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst b/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst
new file mode 100644
index 0000000000..1bf62de3fd
--- /dev/null
+++ b/doc/changelog/01-kernel/12738-fix-sr-cumul-inds.rst
@@ -0,0 +1,5 @@
+- **Fixed:** Incompleteness of conversion checking on problems
+ involving :ref:`eta-expansion` and :ref:`cumulative universe
+ polymorphic inductive types <cumulative>` (`#12738
+ <https://github.com/coq/coq/pull/12738>`_, fixes `#7015
+ <https://github.com/coq/coq/issues/7015>`_, by Gaëtan Gilbert).