This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-12-03 11:40:50 +01:00
.vscode 🎉 Initial commit 2020-07-03 18:01:45 +02:00
src fix comment regarding tryCatch signature 2020-12-03 11:40:50 +01:00
.eslintrc.js 🎉 Initial commit 2020-07-03 18:01:45 +02:00
.gitignore 🎉 Initial commit 2020-07-03 18:01:45 +02:00
.nvmrc 🎉 Initial commit 2020-07-03 18:01:45 +02:00
.prettierrc 🎉 Initial commit 2020-07-03 18:01:45 +02:00
jest.config.js 🎉 Initial commit 2020-07-03 18:01:45 +02:00
package.json 🔧 Add utilitary Failure type 2020-07-06 15:18:39 +02:00
README.md 📝 Add Readme 2020-07-06 15:49:45 +02:00
tsconfig.json 🎉 Initial commit 2020-07-03 18:01:45 +02:00
yarn.lock 🔧 Add utilitary Failure type 2020-07-06 15:18:39 +02:00

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.