mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +03:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
:writeByteArray issue220.bytes ([1,2,3,4,5,6,7,8,9,0] : [_][8])
|
||
|
:readByteArray issue220.bytes
|
||
|
it == [1,2,3,4,5,6,7,8,9,0]
|