That is legacy and may be changed in <https://gith...
# arrow-contributors
s
That is legacy and may be changed in https://github.com/arrow-kt/arrow/issues/940. In the original implementation all functions were curried in the shape of
(B) -> (S) -> T
but because Arrow doesn’t favor curried functions I choose to align with the rest of Arrow on this.