From ea23c93e33131216cff049a908a3e423dc704624 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Thu, 30 Aug 2018 21:01:21 -0400 Subject: Vectors: lemmas about uncons and splitAt Co-authored-by: Konstantinos Kallas --- doc/changelog/10-standard-library/09379-splitAt.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changelog/10-standard-library/09379-splitAt.rst (limited to 'doc') 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 `_, + by Yishuai Li, with help of Konstantinos Kallas). -- cgit v1.2.3