Add regression test for issue #256.

This commit is contained in:
Brian Huffman 2016-02-08 15:09:34 -08:00
parent b2021f8bc2
commit ab4f113084
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
:t [True] == [False]
:t \x -> True != x
:t \x -> True && x

View File

@ -0,0 +1,4 @@
Loading module Cryptol
[True] == [False] : Bit
\x -> True != x : Bit -> Bit
\x -> True && x : Bit -> Bit