mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 21:41:52 +03:00
7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
|
module test02 where
|
||
|
|
||
|
test a = f a
|
||
|
where
|
||
|
f x = g a
|
||
|
g x = f x
|