On Mon, Jun 5, 2017 at 3:01 PM, Shiro Kawai <xxxxxx@gmail.com> wrote:
I noticed a small error in srfi text.

The entry of vector-partition should read

   (vector-partition pred? vec) -> vector and integer

The "and integer" part is missing.

I've applied the fix and published it.

Thank you very much.