Greetings, and thanks!  Should be fixed now.

Take care,

Robert Boyer <[EMAIL PROTECTED]> 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                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to