cryptol/tests/regression/check28.cry

3 lines
91 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
xs = [(1,1),(2,2),(3,3),(4,4),(5,5),(6,6),(7,7)]
check28 = [ x==y | (x,y) <- xs ] == ~zero