diff options
| author | Gaëtan Gilbert | 2020-07-23 15:11:48 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-08-18 13:41:14 +0200 |
| commit | 97b8b7930136f2e47c1c11cbcdbe41f74add2087 (patch) | |
| tree | c0cb6cdf24e8d6c6109a6c981a2549f0ad1ee17f /doc | |
| parent | aa926429727f1f6b5ef07c8912f2618d53f6d155 (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.rst | 5 |
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). |
