From d78fc3f0bca806f0f845057f2af0047612f1a8e4 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Wed, 18 Nov 2020 21:29:19 +0300 Subject: feature(macros): add name metamethod to multifn --- cljlib-macros.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'cljlib-macros.fnl') diff --git a/cljlib-macros.fnl b/cljlib-macros.fnl index 7ff93bd..9352db4 100644 --- a/cljlib-macros.fnl +++ b/cljlib-macros.fnl @@ -784,6 +784,7 @@ See [`into`](#into) for more info on how conversion is done." "' for dispatch value: " (tostr# dispatch-value#)) 2)) ...))) + :__name "multifn" :multimethods (setmetatable multimethods# {:__index (fn [tbl# key#] -- cgit v1.2.3