Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Test.Framework.Options
Documentation
type TestOptions = TestOptions' Maybe Source #
type CompleteTestOptions = TestOptions' K Source #
data TestOptions' f Source #
Constructors
TestOptions | |
Fields
|
Instances
Monoid (TestOptions' Maybe) Source # | |
Defined in Test.Framework.Options Methods mempty :: TestOptions' Maybe mappend :: TestOptions' Maybe -> TestOptions' Maybe -> TestOptions' Maybe mconcat :: [TestOptions' Maybe] -> TestOptions' Maybe | |
Semigroup (TestOptions' Maybe) Source # | |
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 |