diff options
| author | coqbot-app[bot] | 2021-03-23 08:01:22 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-23 08:01:22 +0000 |
| commit | 1f7875b9c457aad27cd5ee8bfe2dd12898926cb2 (patch) | |
| tree | 280b335a5490298da9ce3612eb480f0093738010 /doc | |
| parent | 7c9bb01b485cb3fd4b997125fbe2e4acb735054f (diff) | |
| parent | e38f64e024c94ad188e186506356980534ab604b (diff) | |
Merge PR #13671: [stdlib] [Vectors] add results on to_list
Reviewed-by: anton-trunov
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). |
