]> Git — Sourcephile - haskell/symantic.git/blob - Language/Symantic/Trans/Test.hs
factorizing Type1_From ast Type0
[haskell/symantic.git] / Language / Symantic / Trans / Test.hs
1 module Trans.Test where
2
3 import Test.Tasty
4 import qualified Trans.Bool.Test as Bool
5
6 tests :: TestTree
7 tests =
8 testGroup "Trans"
9 [ Bool.tests
10 ]