Leandro Borges Ferreira
02/28/2020, 3:21 PMcompose
. This one:
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?