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