Skip to content

Reveal internal but public identifiers and make them private[cats] #4618

Open
@satorg

Description

There are several classes or other identifiers across Cats that were made public initially even though they are not supposed to be accessible outside of the library:

  • cats.kernel.instances.SeqMonoid - should only be exposed as Monoid[Seq] (see initial discussion)
  • TBD

In order to simplify the migration and alleviate toil for users, it makes sense to consider a corresponding scalafix rule for that.


The issue is created just to don't forget about it.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions