guile-devel
[Top][All Lists]
Advanced

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

Re: uniform-vector? gives true for list


From: Roland Orre
Subject: Re: uniform-vector? gives true for list
Date: Fri, 06 Feb 2004 21:19:47 +0100

Maybe I should mention that this is both for 1.6.* and for 1.7
and of course for (array? ..) as well.

It would of course be consistent if
(if (array? '(a b c))
    (array-ref '(a b c) 0))
would return 'a without errors, but this is not really
what we want I guess...
        Best regards
        Roland Orre

On Wed, 2004-01-28 at 14:52, Roland Orre wrote:
> guile-user> (uniform-vector? '(a b c))
> #t
> 
> This in both 1.6.4 and 1.7
> 
>       Best regards
>       Roland Orre
> 





reply via email to

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