cryptol/tests/regression/layout01.icry

6 lines
156 B
Plaintext
Raw Normal View History

(x where x = 1)
[x where x = 1, x where x = 2]
{ x = x where x = 1, y = y where y = 2 }
x where (x,y) = (1,2)
x where { x = x, y = y } = { x = 10, y = 20 }