Since the String type comes from the Prim module, if we assume that Monoid should stay in 'userland', the only option to avoid having an orphan instance for Monoid String would be to move it into purescript-monoid.
I'm happy to put PRs together for this if you agree.
Since the
Stringtype comes from thePrimmodule, if we assume thatMonoidshould stay in 'userland', the only option to avoid having an orphan instance forMonoid Stringwould be to move it intopurescript-monoid.I'm happy to put PRs together for this if you agree.