Marius Vollmer <[EMAIL PROTECTED]> writes: > guile> (array? car) > #t
Um, lessee.
(set! array?
(lambda (x)
(or (eq? x car)
(array? x))))
(array? car)
Ok, maybe that's not it.
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile
