diff options
Diffstat (limited to 'aoc-2022-dotnet/Day24/Program.fs')
-rw-r--r-- | aoc-2022-dotnet/Day24/Program.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/Day24/Program.fs b/aoc-2022-dotnet/Day24/Program.fs index 0446c06..2cb5ef8 100644 --- a/aoc-2022-dotnet/Day24/Program.fs +++ b/aoc-2022-dotnet/Day24/Program.fs @@ -19,7 +19,7 @@ type Valley = Blizzards = Vec2.directions4 |> Set.map (fun d -> d, Set.empty) - |> Map.ofSeq } + |> Map } static member private withExpeditionAt target valley = { valley with ExpeditionSuperposition = Set.singleton <| target valley } |