summaryrefslogtreecommitdiff
path: root/macros/fn.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/fn.fnl')
-rw-r--r--macros/fn.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/fn.fnl b/macros/fn.fnl
index 7a3b027..cada324 100644
--- a/macros/fn.fnl
+++ b/macros/fn.fnl
@@ -74,7 +74,7 @@
;; For more info check `gen-arity' documentation.
(let [[args & body] args
(arity body amp) (gen-arity [args (_unpack body)])]
- `(let [len# (length [...])]
+ `(let [len# (select :# ...)]
,(arity-dispatcher
'len#
(if amp {} {arity body})
@@ -94,7 +94,7 @@
(assert-compile (<= (length bodies&) 1)
"fn* must have only one arity with `&':"
(. bodies& (length bodies&)))
- `(let [len# (length [...])]
+ `(let [len# (select :# ...)]
,(arity-dispatcher
'len#
bodies