mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
|
group : {perGroup, a, b, c} (fin perGroup, c == perGroup * a)
|
||
|
=> [c]b -> [a][perGroup]b
|
||
|
group xs = split`{each=perGroup}xs
|