aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-05-15 17:42:05 +0200
committerEmilio Jesus Gallego Arias2020-05-15 17:42:05 +0200
commit03e0aa5ee57b3b539b0fa34be2e1a02a2803b0be (patch)
treee04fb1b65154093795bebb7f590e32785c53abd6 /doc
parent215990f9f2a23d406e8e886c9824a56a120d8347 (diff)
parent6b793e6b39b60cef8c3163cb6cd240e5a0ecbfc5 (diff)
Merge PR #12323: Fixes #12322: anomaly when printing "fun" binders with implicit types
Reviewed-by: ejgallego
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst b/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst
new file mode 100644
index 0000000000..e5ec865b15
--- /dev/null
+++ b/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ Anomaly possibly raised when printing binders with implicit types
+ (`#12323 <https://github.com/coq/coq/pull/12323>`_,
+ by Hugo Herbelin; fixes `#12322 <https://github.com/coq/coq/pull/12322>`_).