Module naan::traverse

source ·
Expand description

Traversable

Traits

  • Sequence extends Traversable with a function that inverts collection of Applicatives into an Applicative of a collection.
  • A Traversable structure is one that can be folded and collected into some Applicative.
  • Traversable’s signatures that guarantee the traversal function will only ever be called once.