mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-25 17:04:31 +03:00
9 lines
59 B
Plaintext
9 lines
59 B
Plaintext
module T8::Main where
|
|
|
|
parameter
|
|
x : [8]
|
|
|
|
f : [8]
|
|
f = x
|
|
|