gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: subtypep bug?


From: Camm Maguire
Subject: [Gcl-devel] Re: subtypep bug?
Date: 07 Mar 2006 20:40:37 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and thanks!  Should be fixed now.

Take care,

Robert Boyer <address@hidden> writes:

> Concerning gcl_predlib.lsp, in particular subtypep:
> 
> In the ANSI spec, it says that for any object
> 
>    (subtypep (type-of object) (class-of object))
> 
> However, in GCL
> 
>  (let ((object (class-of nil))) (subtypep (type-of object) (class-of 
> object))) => NIL, T
>  (let ((object (class-of (class-of nil)))) (subtypep (type-of object) 
> (class-of object))) => NIL, T
> 
> Bob
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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