diff options
| author | Olivier Laurent | 2020-12-24 13:02:23 +0100 |
|---|---|---|
| committer | Olivier Laurent | 2021-03-16 21:06:41 +0100 |
| commit | 36a54c1d891c6d853a218e66f9ce8f011311c855 (patch) | |
| tree | c6aa1c1eb95a9e211f6fde2bbb83a8779b6b4375 /doc | |
| parent | e444fe31f66a2a923f9f46affbb4731620ec901e (diff) | |
add changelog
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/13671-Vector_to_list.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/13671-Vector_to_list.rst b/doc/changelog/10-standard-library/13671-Vector_to_list.rst new file mode 100644 index 0000000000..e8404f0c93 --- /dev/null +++ b/doc/changelog/10-standard-library/13671-Vector_to_list.rst @@ -0,0 +1,4 @@ +- **Added:** + Lemmas about vectors related with ``to_list``: ``length_to_list``, ``of_list_to_list_opp``, ``to_list_nil``, ``to_list_cons``, ``to_list_hd``, ``to_list_last``, ``to_list_const``, ``to_list_nth_order``, ``to_list_tl``, ``to_list_append``, ``to_list_rev_append_tail``, ``to_list_rev_append``, ``to_list_rev``, ``to_list_map``, ``to_list_fold_left``, ``to_list_fold_right``, ``to_list_Forall``, ``to_list_Exists``, ``to_list_In``, ``to_list_Forall2`` + (`#13671 <https://github.com/coq/coq/pull/13671>`_, + by Olivier Laurent). |
