cryptol/tests/regression/r01.icry

6 lines
191 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
: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