[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how do i find the type of a clos slot?
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: how do i find the type of a clos slot?
- From: haible (Bruno Haible)
- Date: Wed, 8 Feb 95 16:57:06 +0100
Dan Stanger <dxs@evolving.com> said:
> how do i find the type of a clos slot?
> i need to know the type specified in the key word :type if any.
CLISP's CLOS doesn't save the type specified for a slot. Treat it as if
it were the type T.
You would need to redefine ENSURE-CLASS to save the type somewhere. On your
own risk.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de