diff options
| author | Yishuai Li | 2020-01-06 11:23:07 -0500 |
|---|---|---|
| committer | Yishuai Li | 2020-01-06 11:27:28 -0500 |
| commit | b71c0f9559a6c92029e797c3ab3620a51a85c2b5 (patch) | |
| tree | 7ea970eddf7cde3373e5f5c492e737e77a5e2749 /doc | |
| parent | 95124216fba92f75e0aef97f4c0003eeb8689557 (diff) | |
stdlib List: add [remove'] and [count_occ']
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/11350-list.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11350-list.rst b/doc/changelog/10-standard-library/11350-list.rst new file mode 100644 index 0000000000..52c2517161 --- /dev/null +++ b/doc/changelog/10-standard-library/11350-list.rst @@ -0,0 +1,5 @@ +- **Added:** + ``remove'`` and ``count_occ'`` over lists, + alternatives to ``remove`` and ``count_occ`` based on ``filter`` + (`#11350 <https://github.com/coq/coq/pull/11350>`_, + by Yishuai Li). |
