Hi folks, I was just looking at the `curry()` exte...
# arrow
m
Hi folks, I was just looking at the
curry()
extension methods on functions of arity 2 in arrow-core: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/core/predef.kt#L5
I require the same functionality on higher arity functions, am I missing something or is this already available somewhere? If not, would you accept a PR to add more of these extensions? (up to say arity 22 for the sake of completeness)
f
m
Thanks @fteychene! And so I was missing something 😁
👍 1