clojerl / clojerl

Clojure for the Erlang VM (unofficial)

Home Page:http://try.clojerl.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a way to get the dispatch function for multimethods

jfacorro opened this issue · comments

The implementation of multi-specs in clojure.spec.alpha relies on the fact the dispatch function can be retrieved for the multimethod being used. This is currently not possible so we should support it.