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