aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-31 23:48:49 +0200
committerHugo Herbelin2020-03-31 23:48:49 +0200
commit04af77a6b138bb139751053d63651f7187ea9952 (patch)
treeeda57819139540b03cf1e6a5e15ec558954bb484 /doc
parente98e8a03cae984a10fddc8acbe8fd781d4608b24 (diff)
parentfafc731885f84656ec884d40b843aa62a5991025 (diff)
Merge PR #11579: Remove ad-hoc treatment of inductive parameters in implicit arguments
Ack-by: SkySkimmer Ack-by: gares Reviewed-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/02-specification-language/11579-inductive-params.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11579-inductive-params.rst b/doc/changelog/02-specification-language/11579-inductive-params.rst
new file mode 100644
index 0000000000..28bc8e9592
--- /dev/null
+++ b/doc/changelog/02-specification-language/11579-inductive-params.rst
@@ -0,0 +1,7 @@
+- **Fixed:**
+ More robust and expressive treatment of implicit inductive
+ parameters in inductive declarations (`#11579
+ <https://github.com/coq/coq/pull/11579>`_, by Maxime Dénès, Gaëtan
+ Gilbert and Jasper Hugunin; fixes `#7253
+ <https://github.com/coq/coq/pull/7253>`_ and `#11585
+ <https://github.com/coq/coq/pull/11585>`_)