cryptol/tests/issues/Issue639_M.cry
2020-12-21 12:14:21 -08:00

4 lines
69 B
Plaintext

module Issue639_M where
f (a:Bit) = True
property p a = f a == a