cryptol/tests/regression/specialize.cry
2015-07-23 18:08:14 -07:00

7 lines
104 B
Plaintext

module specialize where
top (x, y) = f`{Bit,Bit} (x, y)
f : {a, b} (a, b) -> (a, b)
f (x, y) = (x, y)