[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: confirmation on EQL
- To: Masayuki Ida <ida%cc.aoyama.junet%UTOKYO-RELAY.CSNet@relay.cs.net>
- Subject: Re: confirmation on EQL
- From: kanderso@WILMA.BBN.COM
- Date: Thu, 28 Jul 88 09:23:25 -0400
- Cc: commonloops.pa@Xerox.COM
- In-reply-to: Your message of Wed, 27 Jul 88 14:56:09 +0200. <8807270556.AA14316@kepa.cc.aoyama.junet>
- Redistributed: commonloops.pa
Yes, in the latest 7/20/88 pcl
(defmethod foo ((x (eql a))) ...)
works but,
(defmethod foo ((x (eql 'a))) ...)
doesn't work.