-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map and SortedMap should have MonoidK instances #2714
Comments
One thing to note is that this one needs to follow the
|
I would like to take that one :) |
Hey @wojciechUrbanski! Do you mind If I take this from you? |
Hey @alexeygorobets. Sure, go on. Unfortunately i am a little bit occupied right now and cannot continue working on this one. |
Thank you @wojciechUrbanski ! hi @kailuowang |
@alexeygorobets that's correct. Thanks! |
Fixed by #2744. |
Map#++ is associative and should also form a Monoid with Map.empty as the identity :)
The text was updated successfully, but these errors were encountered: