Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promoting the ecosystem in readme a bit and fixed a typo #1781

Merged
merged 5 commits into from
Aug 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.md
  • Loading branch information
kailuowang committed Aug 4, 2017
commit 3af8e527c19786eede4cfab178b192fdf91db4b8
1 change: 0 additions & 1 deletion docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ language", and integrate with each other with ease.

#### General purpose libraries to support pure functional programming

* [Mouse](https://github.com/benhutchison/mouse): a small companion to cats that provides convenient syntax (aka extension methods)
* [Dogs](https://github.com/stew/dogs): pure functional collections and data structures.
* [Kittens](https://github.com/milessabin/kittens): automatic type class derivation for Cats and generic utility functions
* [eff](https://github.com/atnos-org/eff): functional effects and effect handlers (alternative to monad transformers).
Expand Down