Skip to content

Conversation

Zelenya
Copy link
Contributor

@Zelenya Zelenya commented Dec 23, 2020

It's seems like it could be useful. Right now I use a couple of newtypes with different semigroup instances for this

Copy link
Member

@kl0tl kl0tl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would allow us to implement the Semigroup instance with append = unionWith (<>) but this is breaking (see #19).

Copy link
Member

@kl0tl kl0tl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kl0tl
Copy link
Member

kl0tl commented Dec 28, 2020

We merged #19 so we could implement the Semigroup instance with append = unionWith (<>) in this pull request.

Tests should pass with a rebase once #22 is merged.

@JordanMartinez JordanMartinez merged commit 6427ae9 into purescript:master Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants