Skip to content
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

Allow finding a list of maxiumum/minimum items for Foldable/Reducible #3699

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

Billzabob
Copy link
Contributor

Whereas before you could only retrieve a single maximum or minimum item for a Foldable/Reducible, this allows getting all of the maximum or minimum items, since there can be several that are all equal.

@codecov-io
Copy link

codecov-io commented Nov 30, 2020

Codecov Report

Merging #3699 (2ad7647) into master (ce6106a) will decrease coverage by 0.15%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master    #3699      +/-   ##
==========================================
- Coverage   90.24%   90.09%   -0.16%     
==========================================
  Files         390      391       +1     
  Lines        8866     8893      +27     
  Branches      264      251      -13     
==========================================
+ Hits         8001     8012      +11     
- Misses        865      881      +16     

larsrh
larsrh previously approved these changes Jan 30, 2021
Copy link
Contributor

@larsrh larsrh left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your contribution!

@larsrh larsrh merged commit 2f9dd31 into typelevel:master Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants