fix another aoc zip type error
This commit is contained in:
@@ -28,9 +28,9 @@
|
|||||||
|
|
||||||
(function :Bool boardWon [:Board board]
|
(function :Bool boardWon [:Board board]
|
||||||
(let [:Array<Array<Option<Int>>> linesOfFive
|
(let [:Array<Array<Option<Int>>> linesOfFive
|
||||||
(concat
|
(cast (concat
|
||||||
board.called
|
board.called
|
||||||
(for x (range 5) (for row board.called (nth row x))))]
|
(for x (range 5) (for row board.called (nth row x)))))]
|
||||||
(doFor line linesOfFive
|
(doFor line linesOfFive
|
||||||
(let [&mut won true]
|
(let [&mut won true]
|
||||||
(doFor square line
|
(doFor square line
|
||||||
|
Reference in New Issue
Block a user