cryptol/tests/regression/r01.icry
2014-04-17 15:34:25 -07:00

6 lines
191 B
Plaintext

:l r01.cry
all ltTen [0 .. 9] where ltTen x = x < 10
all ltTen [0 .. 10] where ltTen x = x < 10
any ltTen [100,99 .. 10] where ltTen x = x < 10
any ltTen [100,99 .. 9] where ltTen x = x < 10