mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 03:05:44 +03:00
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
Loading module Cryptol
|
|
(5, True).0 : {a} (Literal 5 a) => a
|
|
((5, True), False).0 : {a} (Literal 5 a) => (a, Bit)
|
|
(((5, True), False).0).0 : {a} (Literal 5 a) => a
|