yes, but in most cases they are passed explicitly....
# arrow-contributors
r
yes, but in most cases they are passed explicitly. For example
traverse
is now defined as:
Copy code
fun <G, A, B> Kind<F, A>.traverse(AP: Applicative<G>, f: (A) -> Kind<G, B>): Kind<G, Kind<F, B>>