Fix issue when multiple constructors are defined on one line. Update aoc2024 tests to not use debugStr.
This commit is contained in:
@@ -123,7 +123,7 @@ run fn = do
|
||||
|
||||
-- the space is illegal spot
|
||||
let numpad = fromList $ filter (not ∘ _==_ ' ' ∘ fst) $ gridPoints "789\n456\n123\n 0A"
|
||||
debugLog $ toList numpad
|
||||
printLn $ toList numpad
|
||||
|
||||
let rob1 = KP "r1" (0,2) (0,0) EmptyMap Nothing
|
||||
let robn = makeKeypad 2 rob1
|
||||
|
||||
Reference in New Issue
Block a user