From f3a5b79512a28fd32a3b34eabbe8a906938a8e36 Mon Sep 17 00:00:00 2001 From: Hugo Saracino Date: Mon, 6 Jul 2020 15:49:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7519aa --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 +```sh +$ yarn test +``` + +The exercices are organized into `exoN` folders and most of what is required to +complete each is detailed in the comments. \ No newline at end of file