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