Skip to content

Commit

Permalink
Fix broken ns reference in defgeneric (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan0 authored May 15, 2024
1 parent 97df7a0 commit 85af590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emmy/util/def.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(defmulti ~f
~docstring
{:arglists '~(arglists a b)}
v/argument-kind ~@options)
emmy.value/argument-kind ~@options)
(defmethod ~f [~kwd-klass] [k#]
(~attr k#)))))

Expand Down

0 comments on commit 85af590

Please sign in to comment.