How do I see if one CLOS class is a subclass of another CLOS class?
+5
A:
You can get the CLASS-NAME of a class.
A class has also a type of the same name.
SUBTYPEP tests if a type is a subtype of another type.
Rainer Joswig
2010-06-03 23:25:42