cryptol/tests/regression/check01.cry

5 lines
62 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
x : [2][32]
x = ([1 .. 20]) @@ [6, 19]
check1 = x == [7, 20]