mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
test : [a] -> ([a], [a])
|
|
test l = match l with
|
|
x ++ y -> (x, y)
|