mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 13:31:50 +03:00
deb6f62d2c
Between this and the fix for #117, this fixes #170
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
t = (0x1, { key = 4, value = "goodbye"})
|
|
|
|
bug218Fixed = (t.1.value == t.1.value)
|