test-framework-0.8.2.0: Framework for running and organising tests, with HUnit and QuickCheck support
Safe HaskellSafe
LanguageHaskell2010

Test.Framework.Options

Documentation

data TestOptions' f Source #

Constructors

TestOptions 

Fields

Instances

Instances details
Semigroup (TestOptions' Maybe) Source # 
Instance details

Defined in Test.Framework.Options

Methods

(<>) :: TestOptions' Maybe -> TestOptions' Maybe -> TestOptions' Maybe #

sconcat :: NonEmpty (TestOptions' Maybe) -> TestOptions' Maybe

stimes :: Integral b => b -> TestOptions' Maybe -> TestOptions' Maybe

Monoid (TestOptions' Maybe) Source # 
Instance details

Defined in Test.Framework.Options

Methods

mempty :: TestOptions' Maybe

mappend :: TestOptions' Maybe -> TestOptions' Maybe -> TestOptions' Maybe

mconcat :: [TestOptions' Maybe] -> TestOptions' Maybe