mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
|
f : [32] -> [32]
|
||
|
f x = x + 2
|
||
|
|
||
|
g : [32] -> [32]
|
||
|
g x = f x + 1
|