From e879e4ca01fac45805c9c40c3b2eb80101ac8052 Mon Sep 17 00:00:00 2001 From: Daniel Spiewak Date: Wed, 2 May 2018 11:00:49 -0600 Subject: [PATCH] Added shims to the ecosystem list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5580f1e03c..97f0ea92bd 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ By sharing the same set of type classes, instances and data types provided by Ca * [newts](https://github.com/julien-truffaut/newts): Defines newtypes compatible with Cats type classes * [origami](https://github.com/atnos-org/origami): monadic folds * [refined](https://github.com/fthomas/refined): simple refinement types for Scala + * [shims](https://github.com/djspiewak/shims): seamless interoperability for cats and scalaz typeclasses and datatypes #### Libraries with more specific uses