mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
module T12::A where
|
||
|
|
||
|
parameter
|
||
|
type T : #
|
||
|
type constraint (2 >= T)
|
||
|
f : [8] -> [8]
|
||
|
|
||
|
|