This commit is contained in:
Patrick Stevens
2022-12-17 16:44:30 +00:00
committed by GitHub
parent c4be907aa7
commit b40066eab4
12 changed files with 418 additions and 71 deletions

View File

@@ -22,8 +22,8 @@ Valve JJ has flow rate=21; tunnel leads to valve II
[<Test>]
let ``seq behaviour`` () =
Day16.ofSeq [ 1 ; 2 ; 3 ; 16 ]
|> Day16.toSeq
IntSet.ofSeq [ 1 ; 2 ; 3 ; 16 ]
|> IntSet.toSeq
|> List.ofSeq
|> shouldEqual [ 1 ; 2 ; 3 ; 16 ]