👎Deprecated since 0.0.21: Use fp_library::v2::classes instead
Traits§
- Traversable
Deprecated - A type class for traversable functors.
Functions§
- sequence
Deprecated - Evaluate each computation in a
Traversablestructure and accumulate the results into anApplicativecontext. - traverse
Deprecated - Map each element of the
Traversablestructure to a computation, evaluate those computations and combine the results into anApplicativecontext.