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

Add maximumOn1 and minimumOn1 to Relude.Extra.Foldable1 #306

Closed
chshersh opened this issue Jun 7, 2020 · 0 comments · Fixed by #312
Closed

Add maximumOn1 and minimumOn1 to Relude.Extra.Foldable1 #306

chshersh opened this issue Jun 7, 2020 · 0 comments · Fixed by #312
Labels
extra Relude.Extra

Comments

@chshersh
Copy link
Contributor

chshersh commented Jun 7, 2020

The types:

maximumOn1 :: (Ord b, Foldable1 f) => (a -> b) -> f a -> a
minimumOn1 :: (Ord b, Foldable1 f) => (a -> b) -> f a -> a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extra Relude.Extra
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant