mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 11:22:33 +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
|