mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-05 15:07:12 +03:00
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
module issue177C where
|
||
|
|
||
|
z : Word64
|
||
|
z = zero
|
||
|
|
||
|
private
|
||
|
type Word64 = [64]
|