[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: subtypep?
- To: Peter N. Saurugger <peter-s@molbio.cbs.umn.edu>
- Subject: Re: subtypep?
- From: Gregor.pa@Xerox.COM
- Date: Thu, 5 Apr 90 10:44 PDT
- Cc: faustus@yew.berkeley.edu, CommonLoops.PA@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-9.text.newest
- In-reply-to: <9004051538.AA10656@molbio.cbs.umn.edu>
- Line-fold: no
If you read far enough back in the notes.text files you will find
something about this.
The general idea is that PCL doesn't want to redefine existing functions
in Common Lisp. So, what it does is define other functions with `similar'
names that can be used instead.
In the newest version of PCL, I believe there are functions called
PCL:TYPEP, PCL:SUBTYPEP and PCL:TYPE-OF which should do what you want.
-------
- Follow-Ups:
- subtypep?
- From: faustus@yew.berkeley.edu (Wayne A. Christopher)
- References:
- Re: subtypep?
- From: "Peter N. Saurugger" <peter-s@molbio.cbs.umn.edu>