Skip to content

Commit

Permalink
Merge pull request #1568 from jvoigtlaender/moving-functions
Browse files Browse the repository at this point in the history
transfer hint from filter -> mapMaybe
  • Loading branch information
ndmitchell authored Aug 26, 2024
2 parents 2ef7449 + 539bf61 commit 7c89ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@
- warn: {lhs: lefts (nubOrd x), rhs: nubOrd (lefts x), name: Move nubOrd out}
- warn: {lhs: rights (nubOrd x), rhs: nubOrd (rights x), name: Move nubOrd out}
- warn: {lhs: filter f (reverse x), rhs: reverse (filter f x), name: Move reverse out}
- warn: {lhs: mapMaybe f (reverse x), rhs: reverse (mapMaybe f x), name: Move reverse out}

# EITHER

Expand Down

0 comments on commit 7c89ea0

Please sign in to comment.