Skip to content

Follow hlint suggestion: redundant <$>#11744

Open
philderbeast wants to merge 2 commits intohaskell:masterfrom
cabalism:hlint/redundant-fmap
Open

Follow hlint suggestion: redundant <$>#11744
philderbeast wants to merge 2 commits intohaskell:masterfrom
cabalism:hlint/redundant-fmap

Conversation

@philderbeast
Copy link
Copy Markdown
Collaborator

See #9110. Discharges and no longer ignores HLint's "redundant <$>" suggestion so that this will be suggested by our CI linting. A lot of these replace a sequence of f <$> g <$> etc with f . g <$> etc.

I'll squash commits before applying the merge label if this pull request is approved.


  • Patches conform to the coding conventions.
  • Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).

@philderbeast philderbeast force-pushed the hlint/redundant-fmap branch from 6610826 to 9b71337 Compare April 14, 2026 10:29
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.

3 participants