* Jim Prewett: > I'm using Kiczales et al's AMOP book. I can't get the :around > method for make-instance example to work (section 3.1).
(defmethod pcl:validate-superclass
((class counted-class) (super standard-class))
t)
<http://www.cons.org/cmucl/doc/pcl-mop-hints.html>
Hope this helps.
