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.