module Trans.Bool.Test where import Test.Tasty import qualified Trans.Bool.Const.Test as Const tests :: TestTree tests = testGroup "Bool" [ Const.tests ]