aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/13955-List_lemmas1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/13955-List_lemmas1.rst')
-rw-r--r--doc/changelog/10-standard-library/13955-List_lemmas1.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/13955-List_lemmas1.rst b/doc/changelog/10-standard-library/13955-List_lemmas1.rst
new file mode 100644
index 0000000000..73eb9a78d9
--- /dev/null
+++ b/doc/changelog/10-standard-library/13955-List_lemmas1.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ Lemmas to ``List``: ``Exists_map``, ``Exists_concat``, ``Exists_flat_map``, ``Forall_map``, ``Forall_concat``, ``Forall_flat_map``, ``nth_error_map``, ``nth_repeat``, ``nth_error_repeat``
+ (`#13955 <https://github.com/coq/coq/pull/13955>`_,
+ by Andrej Dudenhefner, with help from Olivier Laurent).