From d08d06699ac70a716052e687fe6b68afe0fe6538 Mon Sep 17 00:00:00 2001 From: GibboK Date: Wed, 12 Jun 2019 21:44:54 +0200 Subject: [PATCH] Adding fp-ts to the list of FP Libraries Adding fp-ts to the list of Functional Programming Libraries in JavaScript. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e07395a..a4c08f9 100644 --- a/readme.md +++ b/readme.md @@ -1077,6 +1077,7 @@ Making your partial functions total ones, these kinds of runtime errors can be p * [Sanctuary](https://github.com/sanctuary-js/sanctuary) * [Crocks](https://github.com/evilsoft/crocks) * [Fluture](https://github.com/fluture-js/Fluture) +* [fp-ts](https://github.com/gcanti/fp-ts) ---