Email list hosting service & mailing list manager

vector-unzip Michael Burschik (10 Apr 2003 08:41 UTC)
Re: vector-unzip Taylor Campbell (18 Apr 2003 03:37 UTC)
AW: vector-unzip Michael Burschik (22 Apr 2003 05:23 UTC)
Re: AW: vector-unzip Taylor Campbell (22 Apr 2003 16:13 UTC)

vector-unzip Michael Burschik 10 Apr 2003 08:40 UTC

In addition to vector-unzip, SRFI-43 defines several "common unzippers", but
fails to specify how their names relate to vector-unzip's argument n. As far
as I can tell from the reference implementation, the following holds:
(vector-unzipn vec) == (vector-unzip vec (- n 1)). If this is true, however,
then the reference implementation incorrectly defines vector-unzip5 as
(vector-unzip vec 5).

Regards

Michael Burschik