mirror of
https://github.com/Smaug123/fsharp-vectors
synced 2025-10-12 14:38:39 +00:00
Fix test
This commit is contained in:
@@ -19,7 +19,7 @@ module TestVector =
|
|||||||
v2 |> Vector.toList |> shouldEqual ["bye" ; "hi"]
|
v2 |> Vector.toList |> shouldEqual ["bye" ; "hi"]
|
||||||
|
|
||||||
match Vector.empty with
|
match Vector.empty with
|
||||||
| Empty () -> failwith ""
|
| Empty () -> ()
|
||||||
//| Vec (a, b) -> failwith "" -- doesn't compile
|
//| Vec (a, b) -> failwith "" -- doesn't compile
|
||||||
|
|
||||||
match v1 with
|
match v1 with
|
||||||
|
Reference in New Issue
Block a user