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