Traits§
- Traversable
- A type class for traversable functors.
Functions§
- sequence
- Evaluate each computation in a
Traversablestructure and accumulate the results into anApplicativecontext. - traverse
- Map each element of the
Traversablestructure to a computation, evaluate those computations and combine the results into anApplicativecontext.