cryptol/tests/issues/issue177.cry

12 lines
136 B
Plaintext
Raw Normal View History

2015-03-04 20:58:53 +03:00
module issue177 where
import Cryptol
type Byte = Cryptol::Word 8
x : issue177::Byte
x = Cryptol::undefined
y : Byte
y = issue177::x