mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 08:37:35 +03:00
a1b7cbc39d
Closing brackets weren't closing virtual layout blocks.
6 lines
156 B
Plaintext
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 }
|