mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
c6144bd332
The :t command now parenthesizes the term when needed.
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
Loading module Cryptol
|
|
([True] == [False]) : Bit
|
|
(\x -> True != x) : Bit -> Bit
|
|
(\x -> True && x) : Bit -> Bit
|