mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
|
module T3::Main where
|
||
|
|
||
|
import T3::A as X
|
||
|
|
||
|
main = X::main
|
||
|
|
||
|
|