mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
0b500d79d9
218 was an issue number on our old trac wiki; #116 (and #2) are the corresponding tickets on GitHub. Pointed out by @weaversa in #170
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
t = (0x1, { key = 4, value = "goodbye"})
|
|
|
|
bug116Fixed = (t.1.value == t.1.value)
|