[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Method Qualifiers



Steele's Common LISP states that a method qualifier is a non-nil-atom.  I
was building a method combination which used a fixnum as a method
qualifier, but the defmethod macro error message stated that method
qualifier had to be a symbol.  Could this be fixed?

Eric Biefeld