specializers name themselves
:references (list '(:ansi-cl :macro defmethod)
'(:ansi-cl :glossary "parameter specializer name"))))
+(defmethod make-specializer-form-using-class or
+ ((proto-generic-function standard-generic-function)
+ (proto-method standard-method)
+ (specializer-name specializer)
+ (environment t))
+ specializer-name)
+
(defmethod make-specializer-form-using-class or
((proto-generic-function standard-generic-function)
(proto-method standard-method)