diff options
| author | Hugo Herbelin | 2019-09-09 14:26:08 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-09-09 14:26:08 +0200 |
| commit | 02d9b435cfd0f688a3ace6fd0aefbf02f5102f5b (patch) | |
| tree | 21d1f59fce160b3c50381648a3b007d80c74c2f4 /doc | |
| parent | 9ee962e7c18aebd214e3be4fda2c36f5e9c65405 (diff) | |
| parent | 016c22454c6745ac753d7e376c9f457d6e934114 (diff) | |
Merge PR #9379: Vectors: lemmas about uncons and splitAt
Reviewed-by: Zimmi48
Reviewed-by: herbelin
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/09379-splitAt.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/09379-splitAt.rst b/doc/changelog/10-standard-library/09379-splitAt.rst new file mode 100644 index 0000000000..7ffe8e27f7 --- /dev/null +++ b/doc/changelog/10-standard-library/09379-splitAt.rst @@ -0,0 +1,5 @@ +- Added ``splitat`` function and lemmas about ``splitat`` and ``uncons`` + (`#9379 <https://github.com/coq/coq/pull/9379>`_, + by Yishuai Li, with help of Konstantinos Kallas, + follow-up of `#8365 <https://github.com/coq/coq/pull/8365>`_, + which added ``uncons`` in 8.10+beta1). |
