Adding fp-ts to the list of FP Libraries

Adding fp-ts to the list of Functional Programming Libraries in JavaScript.
This commit is contained in:
GibboK 2019-06-12 21:44:54 +02:00 committed by GitHub
parent b0c6cbf9b8
commit d08d06699a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
---