so `fun <A, B> fmap(f: (A) -> B, Fa: Kind...
# arrow-contributors
j
so
fun <A, B> fmap(f: (A) -> B, Fa: Kind<F, A> with Functor<F>): Kind<F, B>...
?