Skip to content

Commit d5357af

Browse files
committed
Remove bad "Ap mempty" warning
1 parent eab0ec6 commit d5357af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/hlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@
513513
- warn: {lhs: "x <*> Last Nothing", rhs: "Last Nothing" }
514514
- warn: {lhs: "x <*> Left a", rhs: "Left a" }
515515
- warn: {lhs: "x <*> Ap []", rhs: "Ap []" }
516-
- warn: {lhs: "x <*> Ap mempty", rhs: "Ap mempty" }
517516
- warn: {lhs: "x <*> []", rhs: "[]" }
518517

519518
# MONAD

0 commit comments

Comments
 (0)