mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 20:00:27 +03:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
r13 : (Nat, Text)
|
|
r13 =
|
|
id = ((x -> x): forall a. a -> a)
|
|
(id 10, id "foo")
|
|
|