Skip to content

Commit 73adb90

Browse files
committed
lint
1 parent 507ac80 commit 73adb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day15/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let rec pushLeft (i, j) (map: Cell[][]) =
4040
assert (map[i][j - 1] = Empty)
4141
// delegate
4242
pushLeft (i, j) map |> Option.get)
43-
| Robot -> failwith "!?"
43+
| c -> failwithf "%A !?" c
4444

4545
let rec moveLeft (map: Cell[][]) =
4646
let ri, rj = findRobot map

0 commit comments

Comments
 (0)