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