diff options
| author | coqbot-app[bot] | 2020-11-30 09:32:54 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-30 09:32:54 +0000 |
| commit | 0ae001ee3a80d877c99c1a904738a885e69f3fba (patch) | |
| tree | d9d3d8a046818a09cd1ecfa8dcbc20e35667ed01 /doc | |
| parent | db13ff6866731001ad7d3021ab7cb4b3a54cba5c (diff) | |
| parent | d1fe597eee63caccd50d4a6da529856f295872be (diff) | |
Merge PR #13501: [kernel] Fix #13495: incompleteness in cases typing for cumulative inductive types
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/01-kernel/13501-fix-13495.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/13501-fix-13495.rst b/doc/changelog/01-kernel/13501-fix-13495.rst new file mode 100644 index 0000000000..5c81efa8b9 --- /dev/null +++ b/doc/changelog/01-kernel/13501-fix-13495.rst @@ -0,0 +1,7 @@ +- **Fixed:** + Fix an incompleteness in the typechecking of `match` for + cumulative inductive types. This could result in breaking subject + reduction. + (`#13501 <https://github.com/coq/coq/pull/13501>`_, + fixes `#13495 <https://github.com/coq/coq/issues/13495>`_, + by Matthieu Sozeau). |
