Roland Orre <[EMAIL PROTECTED]> writes:

> guile-user> (uniform-vector? '(a b c))
> #t

Yeahh, and 

    (uniform-vector? 'foo)
    => #t

    (uniform-vector? (expt 2 60))
    => #t

    (uniform-vector? 1.0)
    => #t

    (uniform-vector? 1+i)
    => #t

unif.c is totally botched, I'd say.  We need to redo it completely.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to