WeakSets-0.1.0.0: test/AllTests.hs
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."