mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
xs = [(1,1),(2,2),(3,3),(4,4),(5,5),(6,6),(7,7)]
|
||
|
check28 = [ x==y | (x,y) <- xs ] == ~zero
|