fix pattern coverage in sequence-literal-argument-parsing.u

This commit is contained in:
Travis Staton 2023-01-18 09:53:53 -05:00
parent 1488d7fc0d
commit 60482576b6
No known key found for this signature in database
GPG Key ID: 431DD911A00DAE49

View File

@ -3,3 +3,4 @@ structural type X a = X [a]
f : X a -> a
f = cases
X.X [b] -> b
X.X _ -> bug "unexpected"