Skip to content

Commit

Permalink
Handle the infix version in particular
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible authored Aug 4, 2020
1 parent 7ae7904 commit 0a8efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
- warn: {lhs: foldr (<>) mempty, rhs: mconcat}
- warn: {lhs: foldr mappend mempty, rhs: mconcat}
- warn: {lhs: mempty x, rhs: mempty, name: Evaluate}
- warn: {lhs: mempty x y, rhs: mempty, name: Evaluate}
- warn: {lhs: x `mempty` y, rhs: mempty, name: Evaluate, note: "Make sure you didn't mean to use mappend instead of mempty"}

# TRAVERSABLES

Expand Down

0 comments on commit 0a8efbe

Please sign in to comment.