unison/unison-src/errors/seq-concat-constant-length.u

4 lines
66 B
Plaintext

test : [a] -> ([a], [a])
test l = match l with
x ++ y -> (x, y)