From efe07d09ff558bdfe93b779a5eb114cbe0eaf638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Thu, 8 Mar 2018 20:58:01 +0800 Subject: [PATCH] Add Dsl.scala in the cats ecosystem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c94faee129..f3c52a4ac0 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ By sharing the same set of type classes, instances and data types provided by ca #### General purpose libraries to support pure functional programming * [Dogs](https://github.com/stew/dogs): pure functional collections and data structures + * [Dsl.scala](https://github.com/ThoughtWorksInc/Dsl.scala): The `!`-notation for creating Cats monadic expressions * [eff](https://github.com/atnos-org/eff): functional effects and effect handlers (alternative to monad transformers) * [Freestyle](https://github.com/frees-io/freestyle): pure functional framework for Free and Tagless Final apps & libs * [iota](https://github.com/frees-io/iota): Fast [co]product types with a clean syntax