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.
fp-ts-training/README.md
Hugo Saracino f3a5b79512 📝 Add Readme
2020-07-06 15:49:45 +02:00

415 B

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.