mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 19:39:47 +03:00
12 lines
136 B
Plaintext
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
|