mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-30 23:45:23 +03:00
20b9b1c193
Fixes #550.
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
check16 = length x == 8
|
|
where
|
|
x : [8]
|
|
x = 0x3f
|