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 8755462 + d5357af commit 6035a13Copy full SHA for 6035a13
data/hlint.yaml
@@ -508,6 +508,12 @@
508
- warn: {lhs: x <* return y, rhs: x}
509
- warn: {lhs: pure x *> y, rhs: "y", name: Redundant *>}
510
- warn: {lhs: return x *> y, rhs: "y", name: Redundant *>}
511
+ - warn: {lhs: "x <*> Nothing", rhs: "Nothing" }
512
+ - warn: {lhs: "x <*> First Nothing", rhs: "First Nothing" }
513
+ - warn: {lhs: "x <*> Last Nothing", rhs: "Last Nothing" }
514
+ - warn: {lhs: "x <*> Left a", rhs: "Left a" }
515
+ - warn: {lhs: "x <*> Ap []", rhs: "Ap []" }
516
+ - warn: {lhs: "x <*> []", rhs: "[]" }
517
518
# MONAD
519
0 commit comments