mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +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
|