cryptol/tests/issues/issue312.cry
2016-02-19 11:53:33 -08:00

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)