mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-13 10:58:23 +03:00
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 }
|