Add a defmethod
hook to multimethods to do custom stuff when a new method is added
#108
Labels
enhancement
New feature or request
Milestone
One possibility is that multimethods that normally use compound dispatch values can throw an error if you add a dispatch value with the wrong number of args (except for
:default
).The text was updated successfully, but these errors were encountered: