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 From 7ee359556287610fde675f936f74ab3ab37d8e00 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Sat, 29 Jun 2019 14:05:28 -0400 Subject: Changelog: more accurate on uncons --- doc/changelog/10-standard-library/09379-splitAt.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/changelog/10-standard-library/09379-splitAt.rst b/doc/changelog/10-standard-library/09379-splitAt.rst index af00213c9c..1e6ccb2eaa 100644 --- a/doc/changelog/10-standard-library/09379-splitAt.rst +++ b/doc/changelog/10-standard-library/09379-splitAt.rst @@ -1,4 +1,5 @@ -- Added ``uncons`` and ``splitAt`` functions over vectors, - and proved some lemmas about them +- Added ``splitAt`` function and lemmas about ``splitAt`` and ``uncons`` (`#9379 `_, - by Yishuai Li, with help of Konstantinos Kallas). + by Yishuai Li, with help of Konstantinos Kallas, + follow-up of `#8365 `_, + which added ``uncons`` in 8.10+beta1). -- cgit v1.2.3 From 016c22454c6745ac753d7e376c9f457d6e934114 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Sun, 1 Sep 2019 02:00:06 -0400 Subject: edits per review --- doc/changelog/10-standard-library/09379-splitAt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog/10-standard-library/09379-splitAt.rst b/doc/changelog/10-standard-library/09379-splitAt.rst index 1e6ccb2eaa..7ffe8e27f7 100644 --- a/doc/changelog/10-standard-library/09379-splitAt.rst +++ b/doc/changelog/10-standard-library/09379-splitAt.rst @@ -1,4 +1,4 @@ -- Added ``splitAt`` function and lemmas about ``splitAt`` and ``uncons`` +- Added ``splitat`` function and lemmas about ``splitat`` and ``uncons`` (`#9379 `_, by Yishuai Li, with help of Konstantinos Kallas, follow-up of `#8365 `_, -- cgit v1.2.3