It turns out that if some type name isn't a class, then it doesn't
usually have a very interesting description which is different from its
name.
(atypecase (gethash name *module-type-map*)
(null nil)
(c-class-type it)
(atypecase (gethash name *module-type-map*)
(null nil)
(c-class-type it)
- (t (error "Type `~A' (~A) is not a class" name it))))
+ (t (error "Type `~A' is not a class" name))))
(export 'make-class-type)
(defun make-class-type (name &optional qualifiers)
(export 'make-class-type)
(defun make-class-type (name &optional qualifiers)