mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 03:05:44 +03:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
Loading module Cryptol
|
|
[True] == [False] : Bit
|
|
\x -> True != x : Bit -> Bit
|
|
\x -> True && x : Bit -> Bit
|