marc0der
07/07/2020, 3:36 PMcurry()
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#L5marc0der
07/07/2020, 3:37 PMfteychene
07/07/2020, 3:41 PMarrow-syntax
https://github.com/arrow-kt/arrow-core/blob/master/arrow-syntax/src/main/kotlin/arrow/syntax/function/currying.kt
They go until arity 22marc0der
07/07/2020, 3:54 PM