mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
f : [16] -> [16]
|
|
f x = 3 * x
|
|
|
|
g : [16] -> [16]
|
|
g x = x + x + x
|
|
|
|
property f_g = (f === g)
|