No description
.vscode | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Inato fp-ts
training
This repo is a work in progress toward having a comprehensive training material
to onboard people on using fp-ts
efficiently.
The exercices consist of unimplemented functions and their associated failing tests.
To run the tests, simply run
$ yarn test
The exercices are organized into exoN
folders and most of what is required to
complete each is detailed in the comments.