mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 07:51:12 +03:00
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
test : [a] -> ([a], [a])
|
|
test l = case l of
|
|
x ++ y -> (x, y)
|