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