We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc9b98 commit ce505b9Copy full SHA for ce505b9
1 file changed
src/main/clojure/cljs/core.cljc
@@ -2638,6 +2638,7 @@
2638
:default the default dispatch value, defaults to :default
2639
:hierarchy the isa? hierarchy to use for dispatching
2640
defaults to the global hierarchy"
2641
+ {:arglists '([name docstring? attr-map? dispatch-fn & options])}
2642
[mm-name & options]
2643
(core/let [docstring (if (core/string? (first options))
2644
(first options)
0 commit comments