mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-29 10:53:31 +03:00
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
module Issue639_M where
|
|
f (a:Bit) = True
|
|
property p a = f a == a
|