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