mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
module test04 where
|
||
|
|
||
|
test a = (f (), f 10)
|
||
|
where
|
||
|
f x = (a,x)
|