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

Re: confirmation on EQL



Yes, in the latest 7/20/88 pcl

(defmethod foo ((x (eql a))) ...)

works but,

(defmethod foo ((x (eql 'a))) ...)

doesn't work.