diff options
| -rw-r--r-- | cljlib-macros.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
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#] |