import TestTypes import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Tests" [TestTypes.properties]