unison/unison-src/tests/r13.u

6 lines
86 B
Plaintext

r13 : (UInt64, Text)
r13 =
id = ((x -> x): forall a. a -> a)
(id 10, id "foo")
()