cryptol/tests/regression/check25.cry

9 lines
82 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
module check25 where
tz = 13
ty = tz
tx = ty
where tz = 17
check25 = tx == 13