Module traversable

Module traversable 

Source
👎Deprecated since 0.0.21: Use fp_library::v2::classes instead

Traits§

TraversableDeprecated
A type class for traversable functors.

Functions§

sequenceDeprecated
Evaluate each computation in a Traversable structure and accumulate the results into an Applicative context.
traverseDeprecated
Map each element of the Traversable structure to a computation, evaluate those computations and combine the results into an Applicative context.