mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 03:05:44 +03:00
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
t = (0x1, { key = 4, value = "goodbye"})
|
|
|
|
bug116fixed = (t.1.value == t.1.value) /\ (t.1.key == t.1.key)
|