mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +03:00
12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
module T13::A where
|
|
|
|
parameter
|
|
type T : #
|
|
type constraint (2 >= T)
|
|
f : [8] -> [8]
|
|
|
|
type X = T + 1
|
|
g = f
|
|
|
|
|