functor-combinators-0.4.1.4: test/Spec.hs
import Test.Tasty
import Tests.HBifunctor
import Tests.HFunctor
main :: IO ()
main =
defaultMain $
testGroup
"Tests"
[ hfunctorTests
, hbifunctorTests
]
import Test.Tasty
import Tests.HBifunctor
import Tests.HFunctor
main :: IO ()
main =
defaultMain $
testGroup
"Tests"
[ hfunctorTests
, hbifunctorTests
]