| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Feedback.Test.OptParse
Documentation
data TestSettings Source #
Constructors
| TestSettings | |
Fields | |
Instances
| Show TestSettings Source # | |
Defined in Feedback.Test.OptParse Methods showsPrec :: Int -> TestSettings -> ShowS # show :: TestSettings -> String # showList :: [TestSettings] -> ShowS # | |
| Eq TestSettings Source # | |
Defined in Feedback.Test.OptParse | |
combineToTestSettings :: Flags -> Environment -> Maybe Configuration -> IO TestSettings Source #