-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add unionsWith to combine a list of hash maps #118
base: master
Are you sure you want to change the base?
Conversation
Uh, sorry for the late review… 😄 Probably a dumb question, by why doesn't this need both strict and lazy variants? |
To answer my question: It quite certainly does! We also have lazy and strict variants of Before any further work on the code is done here, we need to make a decision on the correct type for this function though: See #240 (comment). |
I continue to wonder if this function meets the Fairbairn threshold. It's an entirely immediate application of |
One argument for providing the function is that we could include proper documentation on the order in which the values are combined. |
That's a problem for |
Sorry, I meant to say that |
Just a comment from a random passerby, I'd much prefer to have By not including the two functions you would leave it up to everyone to figure out whether |
…'maps', not 'sets'. Co-authored-by: konsumlamm <[email protected]>
No description provided.