mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 09:23:04 +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]
|