inato/fp-ts-training

Add exercises on `traverse`

Closed this issue · 0 comments

Punie commented

The topic

The traverse combinator (and its variants) is a must have to manipulate nested effectful data (most often collections of effectful data but not necessarily).

This exercice should cover the following:

  • traverse: what does it do?
  • traverseArray: this is the most common use-case of traverse
  • sequential vs. parallel traversals