cryptol/tests/regression/layout01.icry
Trevor Elliott a1b7cbc39d Fix a lexer bug, and add a regression
Closing brackets weren't closing virtual layout blocks.
2014-09-03 13:46:47 -07:00

6 lines
156 B
Plaintext

(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 }