cryptol/tests/issues/issue382.icry
2016-09-20 11:25:01 -07:00

12 lines
203 B
Plaintext

0b01 : Bit
(True, False, True) : (Bit, Bit)
0b01010 : [4]
(True, False) : Bit
{a = True} : {a : Bit, b : Bit}
True : [2]
[] : [inf]
0b010 + {}
0b010 + (True, False)
(\(x:Bit) -> x) : [2]
True True : Bit