Year2023.Day06 #58
Annotations
1 warning
src/AdventOfCode/Year2023/Day03.hs#L93
Suggestion in process2 in module AdventOfCode.Year2023.Day03: Use <$> ▫︎ Found: "fmap (\\ symbol -> filter (near symbol) values)\n $ filter (\\ (_, _, _, exp) -> isGear exp) operators" ▫︎ Perhaps: "((\\ symbol -> filter (near symbol) values)\n <$> filter (\\ (_, _, _, exp) -> isGear exp) operators)"
|
The logs for this run have expired and are no longer available.
Loading