cryptol/tests/issues/issue177.cry
2015-03-04 09:58:53 -08:00

12 lines
136 B
Plaintext

module issue177 where
import Cryptol
type Byte = Cryptol::Word 8
x : issue177::Byte
x = Cryptol::undefined
y : Byte
y = issue177::x