Skip to content

Commit

Permalink
Merge pull request #2361 from typelevel/kailuowang-patch-1
Browse files Browse the repository at this point in the history
Make kittens officially a Cats module (still separate repo)
  • Loading branch information
kailuowang authored Aug 3, 2018
2 parents 38c52ad + 1c632d8 commit a23f80a
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 a23f80a

Please sign in to comment.