Open LukaJCB opened 7 years ago
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)
I've checked the current mdoc
.
I would like to cover in the following week:
Later edit:
Seems that Alternative
is already covered here, isn't it?
But there's a new typeclass NonEmptyAlternative
already, which apparently is not.
Documentation for CoMonad
and CoFlatMap
already exists via #2888
I will start working on StateT
😉
EDIT: Just opened the PR #4126
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}).
Type classes:
Kernel
Functor
Core
Arrow
Data types
Other:
If I missed anything just tell me and I'll try to edit :)