Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ribosome.Test.Data.TestConfig
Documentation
data TestConfig Source #
Constructors
TestConfig | |
Fields
|
Instances
Generic TestConfig Source # | |
Defined in Ribosome.Test.Data.TestConfig Associated Types type Rep TestConfig :: Type -> Type # | |
Show TestConfig Source # | |
Defined in Ribosome.Test.Data.TestConfig Methods showsPrec :: Int -> TestConfig -> ShowS # show :: TestConfig -> String # showList :: [TestConfig] -> ShowS # | |
Default TestConfig Source # | |
Defined in Ribosome.Test.Data.TestConfig Methods def :: TestConfig # | |
Eq TestConfig Source # | |
Defined in Ribosome.Test.Data.TestConfig | |
type Rep TestConfig Source # | |
Defined in Ribosome.Test.Data.TestConfig type Rep TestConfig = D1 ('MetaData "TestConfig" "Ribosome.Test.Data.TestConfig" "ribosome-test-0.9.9.9-CGcLoJ22h0A5gCsrMW86se" 'False) (C1 ('MetaCons "TestConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "freeze") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "plugin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (PluginConfig ())))) |
data TmuxTestConfig Source #
Constructors
TmuxTestConfig | |
Fields
|