cryptol/tests/issues/issue312.cry

8 lines
89 B
Plaintext
Raw Normal View History

2016-02-19 22:53:33 +03:00
f : [16] -> [16]
f x = 3 * x
g : [16] -> [16]
g x = x + x + x
property f_g = (f === g)