aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYishuai Li2018-08-30 21:01:21 -0400
committerYishuai Li2019-09-01 02:10:00 -0400
commitea23c93e33131216cff049a908a3e423dc704624 (patch)
tree4984f22a853643fcf33add72b4b9042a7e3dcfad /doc
parent1f74267d7e4affe14dbafc1a6f1e6f3f465f75a8 (diff)
Vectors: lemmas about uncons and splitAt
Co-authored-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/09379-splitAt.rst4
1 files changed, 4 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..af00213c9c
--- /dev/null
+++ b/doc/changelog/10-standard-library/09379-splitAt.rst
@@ -0,0 +1,4 @@
+- Added ``uncons`` and ``splitAt`` functions over vectors,
+ and proved some lemmas about them
+ (`#9379 <https://github.com/coq/coq/pull/9379>`_,
+ by Yishuai Li, with help of Konstantinos Kallas).