Output of .types are different added by anonymous on Sat Sep 4 22:33:23 2021

; GENERATED BY CHICKEN 5.2.0 FROM srfi-4-checks.scm

(srfi-4-checks#check-s32vector
  (#(procedure)
   srfi-4-checks#check-s32vector
   (* * #!optional *)
   (struct s32vector)))

(srfi-4-checks#check-f32vector
  (#(procedure)
   srfi-4-checks#check-f32vector
   (* * #!optional *)
   (struct f32vector)))

(srfi-4-checks#check-s8vector
  (#(procedure)
   srfi-4-checks#check-s8vector
   (* * #!optional *)
   (struct s8vector)))

(srfi-4-checks#check-u32vector
  (#(procedure)
   srfi-4-checks#check-u32vector
   (* * #!optional *)
   (struct u32vector)))

(srfi-4-checks#check-f64vector
  (#(procedure)
   srfi-4-checks#check-f64vector
   (* * #!optional *)
   (struct f64vector)))

(srfi-4-checks#check-u8vector
  (#(procedure)
   srfi-4-checks#check-u8vector
   (* * #!optional *)
   (struct u8vector)))

(srfi-4-checks#check-s64vector
  (#(procedure)
   srfi-4-checks#check-s64vector
   (* * #!optional *)
   (struct s64vector)))

(srfi-4-checks#check-u64vector
  (#(procedure)
   srfi-4-checks#check-u64vector
   (* * #!optional *)
   (struct u64vector)))

(srfi-4-checks#check-s16vector
  (#(procedure)
   srfi-4-checks#check-s16vector
   (* * #!optional *)
   (struct s16vector)))

(srfi-4-checks#check-u16vector
  (#(procedure)
   srfi-4-checks#check-u16vector
   (* * #!optional *)
   (struct u16vector)))

; END OF FILE