On Fri, 20 Apr 2001, Masao Uebayashi wrote: > Due to The Guile Reference Manual, 11 types of Uniform Array is > available: > > prototype type printing character > #t boolean (bit-vector) b > #\a char (string) a > #\nul byte (integer) y > 's short (integer) h > 1 unsigned long (integer) u > -1 signed long (integer) e > 'l signed long long (integer) l > 1.0 float (single precision) s > 1/3 double (double precision float) i > 0+i complex (double precision) c > () conventional vector > > Among these, only the array of 'byte' can not be converted by > 'array->list'. > > Try, > > (array->list (make-uniform-array #\nul 1)) Fixed in CVS. Thanks for your bug report. Best regards, Dirk Herrmann _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile