unison/unison-src/tests/r8.u

5 lines
68 B
Plaintext

r8 = case (1,(2,(3,(4,(5,(6,(7,8))))))) of
(x,(y,(_,_))) -> 0
()