mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-24 08:24:19 +03:00
Add regression test for issue #256.
This commit is contained in:
parent
b2021f8bc2
commit
ab4f113084
3
tests/issues/issue256.icry
Normal file
3
tests/issues/issue256.icry
Normal file
@ -0,0 +1,3 @@
|
||||
:t [True] == [False]
|
||||
:t \x -> True != x
|
||||
:t \x -> True && x
|
4
tests/issues/issue256.icry.stdout
Normal file
4
tests/issues/issue256.icry.stdout
Normal file
@ -0,0 +1,4 @@
|
||||
Loading module Cryptol
|
||||
[True] == [False] : Bit
|
||||
\x -> True != x : Bit -> Bit
|
||||
\x -> True && x : Bit -> Bit
|
Loading…
Reference in New Issue
Block a user