cryptol/tests/regression/specialize.cry

7 lines
104 B
Plaintext
Raw Normal View History

2015-07-24 04:08:14 +03:00
module specialize where
top (x, y) = f`{Bit,Bit} (x, y)
f : {a, b} (a, b) -> (a, b)
f (x, y) = (x, y)