Open blamario opened 5 years ago
-1 from me. monoid-subclasses seems to be a lot more progressive than monoidal-containers
where its sole purpose is to provide a different definition of the Semigroup instance, so I think it should be the other way around.
I believe the plan is to switch to indexed-traversable, which reduces the dependency footprint a lot
Since I fixed issue #24 of monoid-subclasses, the containers'
Map
andIntMap
instances have become less useful. I considered adding instances forMonoidalMap
in their place, butmonoidal-containers
has become a heavy dependency since its addition ofaeson
.As an alternative, I wonder if you'd be open to a PR adding the
monoid-subclasses
as a dependency and the relevant instances? It would bring in only one transitive dependency, namelyprimes
.