Map each element of a structure to a computation, evaluate those
computations and combine the results.
Like traverse
but with the arguments flipped
Like traverse_
but with the arguments flipped
Evaluate each computation in a structure and collect the results
Evaluate each computation in a structure and discard the results
Map each element of a structure to a computation, evaluate those
computations and discard the results.