bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug involving uniform vectors


From: Thomas Bushnell, BSG
Subject: Re: bug involving uniform vectors
Date: 12 Mar 2002 21:33:38 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Marius Vollmer <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]