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

Law



DCM found a minor typo, corrected here:

    (defmethod v ((p1 A) (p2 Z))
      (generic-labels ((v1 (:method ((p B)) (v2 (slot-value p 'c))))
    		   (v2 (:method ((p C)) (slot-value p 'd))))
        (v1 (slot-value p1 'b))))

			-rpg-