This commit is contained in:
Smaug123
2020-05-02 13:04:19 +01:00
parent 2b0b7812d6
commit d8769e5d9a

View File

@@ -19,7 +19,7 @@ module TestVector =
v2 |> Vector.toList |> shouldEqual ["bye" ; "hi"]
match Vector.empty with
| Empty () -> failwith ""
| Empty () -> ()
//| Vec (a, b) -> failwith "" -- doesn't compile
match v1 with