mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 02:01:39 +03:00
12 lines
203 B
Plaintext
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
|