cryptol/tests/issues/issue256.icry.stdout

5 lines
111 B
Plaintext
Raw Normal View History

2016-02-09 02:09:34 +03:00
Loading module Cryptol
([True] == [False]) : Bit
(\x -> True != x) : Bit -> Bit
(\x -> True && x) : Bit -> Bit