mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +03:00
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
module issue177C where
|
||
|
|
||
|
z : Word64
|
||
|
z = zero
|
||
|
|
||
|
private
|
||
|
type Word64 = [64]
|