arrow-fx / arrow.fx.extensions.io.applicative / arrow.Kind
fun <A, B> Kind<
ForIO
, A>.~~map~~(arg1: (A) -> B):
IO
<B>
fun <A> Kind<
, A>.~~replicate~~(arg1:
Int
):
<
List
<A>>
, arg2: Monoid<A>):
<A>
Do you like Arrow?