Skip to content

Commit ce505b9

Browse files
mfikesdnolen
authored andcommitted
CLJS-2734: Add :arglists to defmulti
1 parent 8bc9b98 commit ce505b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,7 @@
26382638
:default the default dispatch value, defaults to :default
26392639
:hierarchy the isa? hierarchy to use for dispatching
26402640
defaults to the global hierarchy"
2641+
{:arglists '([name docstring? attr-map? dispatch-fn & options])}
26412642
[mm-name & options]
26422643
(core/let [docstring (if (core/string? (first options))
26432644
(first options)

0 commit comments

Comments
 (0)