While trying to write the example in the thread ab...
# arrow
h
While trying to write the example in the thread above I noticed that all the currying code in
arrow-syntax
works only for non-suspend functions. Could it be useful to have them also for suspend ones? (speaking about this: https://github.com/arrow-kt/arrow-core/blob/master/arrow-syntax/src/main/kotlin/arrow/syntax/function/currying.kt)
r
@HieiJ Yes that would be very useful. Ideally currying and all these syntactic features are addressed by meta too in the future so there is no need for the duplication of many arities but for the time being that is something we need given the current emphasis in suspend.
h
Sorry for my late reply, if it is ok for you I'm going to open a pull request for this
r
That would be great thank you so much @HieiJ!
h
Already done and merged 😁
r
LOL thanks sorry I missed that 🤣
h
😁