That is applying `map` from the `Function1` Applic...
# arrow
r
That is applying
map
from the
Function1
Applicative instance over each of the functions so it gives you back a function that tuples the results once they complete then just feeding the resulting function to your
F
functor map