cryptol/tests/issues/issue256.icry.stdout
Brian Huffman c6144bd332 Update output for tests 256 and 335
The :t command now parenthesizes the term when needed.
2016-05-27 16:25:14 -07:00

5 lines
111 B
Plaintext

Loading module Cryptol
([True] == [False]) : Bit
(\x -> True != x) : Bit -> Bit
(\x -> True && x) : Bit -> Bit