mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
10 lines
69 B
Plaintext
10 lines
69 B
Plaintext
module T10::Main where
|
|
|
|
parameter
|
|
type T : *
|
|
x : T
|
|
|
|
f : T
|
|
f = x
|
|
|