Day 20: Assume non-branching path #161
Annotations
1 error and 2 warnings
Run haskell-actions/hlint-run@v2
HLint failed with status: 1. Warning (1)
|
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/Day20.hs#L34
Warning in solve in module Day20: Redundant <$> ▫︎ Found: "maybe (const True) (/=) $ fst <$> listToMaybe path" ▫︎ Perhaps: "maybe (const True) ((/=) . fst) (listToMaybe path)"
|
Loading