mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +03:00
9 lines
65 B
Plaintext
9 lines
65 B
Plaintext
module T5::A where
|
|
|
|
parameter
|
|
x : [8]
|
|
y : [8]
|
|
|
|
main = x + y
|
|
|