From 680ffd88630ac7f630533ce33d19200b8669f34a Mon Sep 17 00:00:00 2001 From: Andrej Dudenhefner Date: Tue, 23 Mar 2021 08:01:14 +0100 Subject: add lemmas to List.v: Exists_map, Exists_concat, Exists_flat_map, Forall_map, Forall_concat, Forall_flat_map, nth_error_map, nth_repeat, nth_error_repeat --- doc/changelog/10-standard-library/13955-List_lemmas1.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changelog/10-standard-library/13955-List_lemmas1.rst (limited to 'doc') 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 `_, + by Andrej Dudenhefner, with help from Olivier Laurent). -- cgit v1.2.3