We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0494921 + e3dda4f commit 736f8d2Copy full SHA for 736f8d2
data/hlint.yaml
@@ -168,6 +168,7 @@
168
- warn: {lhs: all f (map g x), rhs: all (f . g) x}
169
- warn: {lhs: "zipWith (,)", rhs: zip}
170
- warn: {lhs: "zipWith3 (,,)", rhs: zip3}
171
+ - hint: {lhs: map fst &&& map snd, rhs: unzip}
172
- hint: {lhs: length x == 0, rhs: null x, note: IncreasesLaziness}
173
- hint: {lhs: 0 == length x, rhs: null x, note: IncreasesLaziness}
174
- hint: {lhs: length x < 1, rhs: null x, note: IncreasesLaziness}
0 commit comments