diff options
| author | coqbot-app[bot] | 2021-03-23 08:00:38 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-23 08:00:38 +0000 |
| commit | 7c9bb01b485cb3fd4b997125fbe2e4acb735054f (patch) | |
| tree | a46a2e187779d21bc4079a7b58ba2ecfee0c1323 /doc | |
| parent | e4e377f8c73f7e1d845a604eb72ba985bdedc5fd (diff) | |
| parent | 5b9da3b6bdb4ee44b817313274f9d8fc87f66234 (diff) | |
Merge PR #13804: [stdlib] [List] Add results about count_occ
Reviewed-by: anton-trunov
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/13582-exp_ineq.rst | 4 | ||||
| -rw-r--r-- | doc/changelog/10-standard-library/13804-count_occ.rst | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/changelog/10-standard-library/13582-exp_ineq.rst b/doc/changelog/10-standard-library/13582-exp_ineq.rst index 27d89b2f8b..ff4e8db8b0 100644 --- a/doc/changelog/10-standard-library/13582-exp_ineq.rst +++ b/doc/changelog/10-standard-library/13582-exp_ineq.rst @@ -4,6 +4,4 @@ Adds exp_ineq1_le, which holds for all reals (but is a <= instead of a <). (`#13582 <https://github.com/coq/coq/pull/13582>`_, - by Avi Shinnar and Barry Trager, with help from Laurent Théry - -). + by Avi Shinnar and Barry Trager, with help from Laurent Théry). diff --git a/doc/changelog/10-standard-library/13804-count_occ.rst b/doc/changelog/10-standard-library/13804-count_occ.rst new file mode 100644 index 0000000000..9354b219d8 --- /dev/null +++ b/doc/changelog/10-standard-library/13804-count_occ.rst @@ -0,0 +1,4 @@ +- **Added:** + Lemmas about ``count_occ``: ``count_occ_app``, ``count_occ_elt_eq``, ``count_occ_elt_neq``, ``count_occ_bound``, ``count_occ_repeat_eq``, ``count_occ_repeat_neq``, ``count_occ_unique``, ``count_occ_repeat_excl``, ``count_occ_sgt``, ``Permutation_count_occ`` + (`#13804 <https://github.com/coq/coq/pull/13804>`_, + by Olivier Laurent with help of Jean-Christophe Léchenet). |
