module Main (main) where import qualified TestHomogeneousSet as HSET import qualified TestPureSet as PSET main :: IO () main = do putStrLn "Beginning of the test." HSET.main PSET.main putStrLn "End of the tests."