mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-14 08:43:06 +03:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
check11 = zz == ww
|
|
where
|
|
zz = [0 .. 99]
|
|
qq = zz @@ ([0 .. 0xffffffff] : [_][32])
|
|
ww = qq @@ [0 .. 99]
|