Merge pull request #96 from ephemient/hs/day14 #68
Annotations
2 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/Day14.hs#L25
Suggestion in parser in module Day14: Redundant bracket ▫︎ Found: "(,) <$> (L.signed (pure ()) L.decimal <* char ',')\n <*> (L.signed (pure ()) L.decimal)" ▫︎ Perhaps: "(,) <$> (L.signed (pure ()) L.decimal <* char ',')\n <*> L.signed (pure ()) L.decimal"
|
Loading