aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-16 12:09:04 +0000
committerGitHub2020-11-16 12:09:04 +0000
commit8a1e9bb57462614028eb1b3905fb1df1cdf3a871 (patch)
treee21b0c0097837167f199f6e0209491773f2502ff /doc
parentdeb4206e287d46d804be6c50a06c4544d8ec43cf (diff)
parent603023b3e65fe362d0287f9fc6e986ec9ef16684 (diff)
Merge PR #13387: Fixes #12348: de Bruijn indices bug in the imitation part of unification
Reviewed-by: mattam82
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/02-specification-language/13387-master+fix12348-debruijn-bug-imitation.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/13387-master+fix12348-debruijn-bug-imitation.rst b/doc/changelog/02-specification-language/13387-master+fix12348-debruijn-bug-imitation.rst
new file mode 100644
index 0000000000..eaf049dc97
--- /dev/null
+++ b/doc/changelog/02-specification-language/13387-master+fix12348-debruijn-bug-imitation.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ A bug producing ill-typed instances of existential variables when let-ins
+ interleaved with assumptions
+ (`#13387 <https://github.com/coq/coq/pull/13387>`_,
+ fixes `#12348 <https://github.com/coq/coq/issues/13387>`_,
+ by Hugo Herbelin).