mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
check11 = zz == ww
|
||
|
where
|
||
|
zz = [0 .. 99]
|
||
|
qq = zz @@ ([0 ..] : [_][32])
|
||
|
ww = qq @@ [0 .. 99]
|