mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
FIND-METHOD-COMBINATION is now generic
This commit is contained in:
parent
c21807d17c
commit
822a18386f
1 changed files with 3 additions and 0 deletions
|
|
@ -349,3 +349,6 @@ their lambda lists ~A and ~A are not congruent."
|
|||
'((gf standard-generic-function)))
|
||||
(function-to-method 'generic-function-method-class
|
||||
'((gf standard-generic-function)))
|
||||
|
||||
(function-to-method 'find-method-combination
|
||||
'((gf standard-generic-function) method-combination-type-name method-combination-options))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue