[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
miscellaneous questions about declarations and type specfiers
- To: common-lisp@sail.stanford.edu
- Subject: miscellaneous questions about declarations and type specfiers
- From: goldman@vaxa.isi.edu
- Date: Tue, 26 Apr 88 13:27:25 PDT
- Posted-date: Tue, 26 Apr 88 13:27:25 PDT
- Sender: goldman@vaxa.isi.edu
1)is there any portable way to obtain the expansion of a type
specifier (FOO ...), given that FOO was defined by
(deftype FOO ...)
2) is there any portable way to ask if DEC is a legitimate declaration
specifier in an implementation (including the possibility that DEC
has been legitimized with
(PROCLAIM '(DECLARATION DEC))
3) is there any portable way to ask if a symbol or list S is a legitimate
type specifier in an implementation?