mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
module check25 where
|
|
|
|
tz = 13
|
|
ty = tz
|
|
tx = ty
|
|
where tz = 17
|
|
|
|
check25 = tx == 13
|