range-set-list-0.1.2.0: tests/Tests.hs
import Test.Tasty import IntMap import List import Map main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Tests" [listProps, mapProps, intMapProps]
import Test.Tasty import IntMap import List import Map main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Tests" [listProps, mapProps, intMapProps]