Merge pull request #40 from ephemient/hs/day5 #35
Annotations
3 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run haskell-actions/hlint-run@v2:
hs/src/Day5.hs#L46
Suggestion in part2 in module Day5: Redundant bracket ▫︎ Found: "b `IntSet.member` (IntMap.findWithDefault IntSet.empty a deps')" ▫︎ Perhaps: "b `IntSet.member` IntMap.findWithDefault IntSet.empty a deps'"
|
Run haskell-actions/hlint-run@v2:
hs/src/Day5.hs#L47
Suggestion in part2 in module Day5: Redundant bracket ▫︎ Found: "a `IntSet.member` (IntMap.findWithDefault IntSet.empty b deps')" ▫︎ Perhaps: "a `IntSet.member` IntMap.findWithDefault IntSet.empty b deps'"
|
Loading