mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-13 10:58:23 +03:00
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
module T12::Main = T12::A where
|
|
|
|
parameter
|
|
type T : #
|
|
type constraint (2 >= T)
|
|
|
|
f x = x
|
|
|
|
|