camsaul / methodical

Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
Eclipse Public License 2.0
294 stars 19 forks source link

Move the `Describable` protocol into `methodical.interface` so it can be with its friends (all the other protocols) #128

Open camsaul opened 2 years ago

camsaul commented 2 years ago

In hindsight it's a little silly to have one tiny little protocol live in its own namespace.