mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
11 lines
70 B
Plaintext
11 lines
70 B
Plaintext
|
module T3::A where
|
||
|
|
||
|
parameter
|
||
|
type T : #
|
||
|
|
||
|
|
||
|
main : [T]
|
||
|
main = zero
|
||
|
|
||
|
|