Cats: Const should have a CommutativeApply/CommutativeApplicative instance

Created on 19 Mar 2018  路  4Comments  路  Source: typelevel/cats

Whenever C has a CommutativeSemigroup/Monoid instance. We should be able to add these in a backwards compatible way, no?

help wanted low-hanging fruit

All 4 comments

Yes. Adding instances is usually binary compatible in cats. I went through all of the instance definitions to make sure they are abstract classes before the 1.0 release.

it should be pretty similar to the stuff I've looked into recently. I would try it if that's ok

That'd be great thanks!

Resolved by #2204

Was this page helpful?
0 / 5 - 0 ratings

Related issues

julien-truffaut picture julien-truffaut  路  3Comments

diesalbla picture diesalbla  路  4Comments

Atry picture Atry  路  5Comments

SimY4 picture SimY4  路  4Comments

LukaJCB picture LukaJCB  路  3Comments