[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
effective methods question
- To: Gray@DSG.csc.ti.com
- Subject: effective methods question
- From: Patrick Dussud <dussud@lucid.com>
- Date: Thu, 16 Feb 89 15:46:56 PST
- Cc: Common-Lisp-Object-System@SAIL.STANFORD.EDU
- In-reply-to: David N Gray's message of Thu, 16 Feb 89 13:47:42 CST <2812650462-8421010@Kelvin>
- Site:
Sender: GRAY@Kelvin.csc.ti.com
Date: Thu, 16 Feb 89 13:47:42 CST
From: David N Gray <Gray@DSG.csc.ti.com>
Is the list returned by functions SPECIALIZER-DIRECT-METHODS and
GENERIC-FUNCTION-METHODS intended to include effective methods, or just
the explicitly defined methods?
It should return only the explicitly defined methods, since it is not
specified what an effective method is, or if it should exist.
Patrick.