Skip to content

Commit

Permalink
Make kittens officially a Cats module
Browse files Browse the repository at this point in the history
I had a discussion with @milessabin see (typelevel/kittens#96). We think that making kittens an official cats module (still in its own separate repo) would be a good idea. @milessabin moved it to under github typelevel.  I'm proposing this to the Cats community through this PR.
  • Loading branch information
kailuowang authored Aug 3, 2018
1 parent 38c52ad commit 1c632d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ functionality, you can pick-and-choose from amongst these modules
* [`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.
* [`mouse`](https://github.com/typelevel/mouse): a small companion to Cats that provides convenient syntax (aka extension methods)

* [`kittens`](https://github.com/typelevel/kittens): automatic type class instance derivation for Cats and generic utility functions

Release notes for Cats are available in [CHANGES.md](https://github.com/typelevel/cats/blob/master/CHANGES.md).

Expand Down

0 comments on commit 1c632d8

Please sign in to comment.