From ace2c0672d72e7d76895324039cf3e599a94e019 Mon Sep 17 00:00:00 2001 From: Eric Torreborre Date: Thu, 28 Jul 2016 10:23:02 +0200 Subject: [PATCH] Added the eff-cats project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c06194c4d..f86394e50f 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ There are many projects that integrate with Cats: * [FS2](https://github.com/functional-streams-for-scala): compositional, streaming I/O library * [Kittens](https://github.com/milessabin/kittens): automatically derived type class instances. * [Monix](https://github.com/monixio/monix): high-performance library for composing asynchronous and event-based programs. + * [eff-cats](https://github.com/atnos-org/eff-cats): functional effects and effect handlers (alternative to monad transformers). ### Copyright and License