mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
f : {a} (fin a, a>=2) => [a][8] -> [8]
|
||
|
f xs = ys!0
|
||
|
where
|
||
|
ys : [a/2][8]
|
||
|
ys = zero
|