mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 13:31:50 +03:00
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
module test01 where
|
||
|
|
||
|
a x = f x
|
||
|
where
|
||
|
f y = x # y
|