mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
11 lines
109 B
Plaintext
11 lines
109 B
Plaintext
x = [1,2,3,4] : [_][8]
|
|
|
|
y = (split x) : [2][2][8]
|
|
|
|
a = (y@0) @ 0
|
|
b = (y@0) @ 1
|
|
c = (y@1) @ 0
|
|
d = (y@1) @ 1
|
|
|
|
|