Skip to content

Commit f12f03c

Browse files
committed
Add a hint for combining to in lens applications.
1 parent 1456bea commit f12f03c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.hlint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
- fixity: "infixl 7 :*:"
2020
- fixity: "infixl 7 :/:"
2121

22+
- warn: { lhs: to f . to g, rhs: to (g . f), name: combine to }
23+
2224
- ignore: {name: Reduce duplication}

0 commit comments

Comments
 (0)