# sharedHelpers

This directory is mostly intended to provide utilities not provided
by the fp-ts ecosystem OR utilities which wrap things from the
fp-ts ecosystem in order to provide different ergonomics.

Try to use functions and types from fp-ts or its ecosystem
instead of writing your own, whenever possible, to reduce the
chance of duplication & the need for writing extra documentation.

[Library docs:](https://gcanti.github.io/fp-ts/)

[Surrounding ecosystem:](https://github.com/gcanti/fp-ts/#ecosystem)

[Comparisons to Ramda](https://github.com/gcanti/fp-ts/blob/master/ramda.md)

[Comparisons to Haskell/PureScript](https://github.com/gcanti/fp-ts/blob/master/fp-ts-for-purescripters.md)
