Skip to content

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

@chshersh

Description

@chshersh

The types:

maximumOn1 :: (Ord b, Foldable1 f) => (a -> b) -> f a -> a
minimumOn1 :: (Ord b, Foldable1 f) => (a -> b) -> f a -> a

Metadata

Metadata

Assignees

No one assigned

    Labels

    extraRelude.Extra

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions