We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82901e8 commit b208084Copy full SHA for b208084
src/sci/impl/multimethods.cljc
@@ -46,7 +46,7 @@
46
{:arglists '([name docstring? attr-map? dispatch-fn & options])}
47
[_ _ ctx mm-name & options]
48
(let [[ctx mm-name options] (if (symbol? ctx)
49
- [nil ctx mm-name options]
+ [nil ctx (cons mm-name options)]
50
[ctx mm-name options])
51
docstring (if (string? (first options))
52
(first options)
0 commit comments