mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +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
|