aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-18 14:46:05 +0100
committerPierre-Marie Pédrot2020-01-22 14:50:15 +0100
commit71aa415282a93a6e23af3b824f8531c58d2d66bd (patch)
treedc33334717fd6717036c2f716115820878a75d12 /doc
parent2c71d636f80327500ea75c1c1ce59c554001a078 (diff)
Fix #11421 computation of Set+2
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/11422-Setplus2.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/11422-Setplus2.rst b/doc/changelog/01-kernel/11422-Setplus2.rst
new file mode 100644
index 0000000000..cc174358cc
--- /dev/null
+++ b/doc/changelog/01-kernel/11422-Setplus2.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ The type of :g:`Set+1` would be computed to be itself, leading to a proof of False.
+ (`#11422 <https://github.com/coq/coq/pull/11422>`_,
+ by Gaëtan Gilbert).