From 28b0f8f746de00a40be8caac0f47c57758c097b1 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Wed, 1 Nov 2017 15:25:51 -0400 Subject: [PATCH] move alleycats in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9f51f7c1..9d49cb086d 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ functionality, you can pick-and-choose from amongst these modules * `cats-laws`: Laws for testing type class instances. * `cats-free`: Free structures such as the free monad, and supporting type classes. * `cats-testkit`: lib for writing tests for type class instances using laws. + * `alleycats`: cats instances and classes which are not lawful. There are several other cats modules that are in separate repos so that they can maintain independent release cycles. * [`cats-effect`](https://github.com/typelevel/cats-effect): standard `IO` type together with `Sync`, `Async` and `Effect` type classes * [`cats-mtl`](https://github.com/typelevel/cats-mtl): transformer typeclasses for cats' Monads, Applicatives and Functors. - * [`alleycats`](https://github.com/non/alleycats): cats instances and classes which are not lawful. * [`mouse`](https://github.com/typelevel/mouse): a small companion to cats that provides convenient syntax (aka extension methods)