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