| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Tasty.Laws.Monoid
Description
This module is intended to be imported qualified:
import qualified Test.Tasty.Laws.Monoid as Monoid
Documentation
testMConcat :: (Eq a, Show a, Monoid a) => Series IO a -> TestTree Source
Use this test when implementing the mconcat method.
module Test.SmallCheck.Laws.Monoid