aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/02-specification-language/11600-uniform-syntax.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/02-specification-language/11600-uniform-syntax.rst')
-rw-r--r--doc/changelog/02-specification-language/11600-uniform-syntax.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/11600-uniform-syntax.rst b/doc/changelog/02-specification-language/11600-uniform-syntax.rst
index 3fa3f80301..b95bad2eb8 100644
--- a/doc/changelog/02-specification-language/11600-uniform-syntax.rst
+++ b/doc/changelog/02-specification-language/11600-uniform-syntax.rst
@@ -1,4 +1,5 @@
- **Added:**
New syntax :g:`Inductive Acc A R | x : Prop := ...` to specify which
parameters of an inductive are uniform.
+ See :ref:`parametrized-inductive-types`
(`#11600 <https://github.com/coq/coq/pull/11600>`_, by Gaƫtan Gilbert).