unison/unison-src/tests/sequence-literal-argument-parsing.u

6 lines
56 B
Plaintext

type X a = X [a]
f : X a -> a
f = cases
X.X [b] -> b