gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: subtypep


From: Camm Maguire
Subject: [Gcl-devel] Re: subtypep
Date: 07 Mar 2006 20:40:53 -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:

> I'm not real solid on SATISFIES, but the following can't be right.  As I
> understand it, when subtypep returns a second argument of T, that is saying
> that the result is certain.  But nothing satisfies foo and everything
> satisfied bar.
> 
> Bob
> 
> >(defun foo (x) nil)
> 
> FOO
> 
> >(defun bar (x) t)
> 
> BAR
> 
> >(subtypep '(satisfies bar) '(satisfies foo))
> 
> NIL
> T
> 
> >(subtypep '(satisfies foo) '(satisfies bar))
> 
> NIL
> T
> 
> >
> 
> 
> 

-- 
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]