I'm trying to compile a thorough collection of everything currently documented and everything we still want to document. I'd also like to talk about a few other things other people brought up. This is sort of meant as a follow up to #1443. Another question that arrises, is if we really need documentation for every single one of these, or if some don't really make sense to have their own page. It might make sense to combine some of these as well (e.g. NonEmpty{List, Vector}).
Kernel
Functor
Core
Arrow
If I missed anything just tell me and I'll try to edit :)
Working on docs for Arrow in the Scala world spree.
Having worked with docs for #1678 (PR #1903), I'll take NonEmptyList docs :)
I'll start on the Alternative docs, unless someone else beats me to it.
I would like to do Order, unless you think PartialOrder should come first :)
I'll pick up Profunctor and Strong next unless someone beats me to it.
I take WriterT as requested here #625 as well :wink:
https://github.com/typelevel/cats/pull/3618
Here the PR. Go There and tell me how terrible it is (a lot)
Most helpful comment
Working on docs for
Arrowin the Scala world spree.