Skip to content

Add HLint rules for asumMap function #86

@chshersh

Description

@chshersh

The asumMap function was recently introduced in #85:

asumMap :: (Foldable f, Alternative m) => (a -> m b) -> f a -> m b
asumMap f = getAlt . foldMap (Alt . f)

It would be also great to add HLint rules for this function. I think it should be possible to come up with at least 3 different rules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Hacktoberfesthttps://hacktoberfest.digitalocean.com/hlint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions