Hello folks. I was looking for a extension functio...
# arrow
l
Hello folks. I was looking for a extension function of a previous version of Arrow,
compose
. This one:
Copy code
fun <F, G> Functor<F>.compose(GF: Functor<G>): Functor<Nested<F, G>>
But I believe this was removed in the recent versions of Arrow. How can I generate a Nested Functor/Monad/Async in the current version?