bifold-traverse
Welcome
bifold-traverse
is a port of purescript-foldable-traversable’s Bifoldable
and Bitraversable
typeclasses to fp-ts 2.x.
Bifoldable and Bitraversable are typeclasses with instances in Either, IOEither, ReadonlyTuple, and Separated. Additional utilities bisequence
and bitraverse
are also provided for TaskEither.
Installation
Uses fp-ts
as a peer dependency. Read more about peer dependencies at nodejs.org.
Yarn
yarn add @jacob-alford/bifold-traverse
NPM
npm install @jacob-alford/bifold-traverse
PNPM
pnpm add @jacob-alford/bifold-traverse