mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +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
|