-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
I suggest changing "Generic libraries to support pure functional programming" to "General purpose libraries to support pure functional programming". |
Codecov Report
@@ Coverage Diff @@
## master #1781 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 241 241
Lines 4139 4139
Branches 103 104 +1
=======================================
Hits 3927 3927
Misses 212 212 Continue to review full report at Codecov.
|
thanks @milessabin ,updated |
docs/src/main/tut/index.md
Outdated
@@ -98,7 +98,7 @@ Many projects integrate with cats. By sharing the same set of | |||
type classes, instances and data types, projects can speak the same "cats | |||
language", and integrate with each other with ease. | |||
|
|||
#### Generic libraries to support pure functional programming | |||
#### 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mouse can be removed from this list, as it's listed above in the index file as one of the cats extra modules. Also, it's not on this list in the primary README anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Fixed.
👍 |
also updated cats-mtl url