- Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
so
(fn ([x] ...) ([x y] ...) ([x y z & more] ...))Since the common case of multiple arity functions is that you have several partial application arities, one "full" arity and then a varargs case which is a foldr over the varargs. This is also in keeping with the style clojure.core uses for such functions.
Metadata
Metadata
Assignees
Labels
No labels