cryptol/tests/parser/unary-2.cry
2015-06-04 10:37:28 -07:00

4 lines
47 B
Plaintext

test1 = ~ min 1 2 == 2
test2 = - min 1 2 == 3