hjugement-2.0.1.20190208: test/Main.hs
module Main where import System.IO (IO) import Data.Function (($)) import Test.Tasty import QuickCheck import HUnit main :: IO () main = defaultMain $ testGroup "Hjugement" [ hunits , quickchecks ]
module Main where import System.IO (IO) import Data.Function (($)) import Test.Tasty import QuickCheck import HUnit main :: IO () main = defaultMain $ testGroup "Hjugement" [ hunits , quickchecks ]