Welcome! Please see the About page for a little more info on how this works.
CLJS has:
cljs.user=> (source dispatch-fn) (defn dispatch-fn "Given a multimethod, return it's dispatch-fn." [multifn] (-dispatch-fn multifn))
Can we have this core fn on the JVM as well?
Logged as https://clojure.atlassian.net/browse/CLJ-2610
What is the use case for this in ClojureScript and/or why do you want it in Clojure?