Skip to content
Snippets Groups Projects
Commit 57371c7e authored by pfdietz's avatar pfdietz
Browse files

Make specializers be classes in find-method call

parent 49ac8b1a
No related branches found
No related tags found
No related merge requests found
......@@ -468,9 +468,9 @@
(defparameter *methods*
(list
#+(or (not :gcl) :ansi-cl)
#+(or (not :gcl) :ansi-cl )
(find-method #'meaningless-user-generic-function-for-universe nil
'(integer integer integer))
(mapcar #'find-class '(integer integer integer)))
;; Add more methods here
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment