mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 16:28:34 +03:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
r13 : (UInt64, Text)
|
|
r13 =
|
|
id = ((x -> x): forall a. a -> a)
|
|
(id 10, id "foo")
|
|
()
|