cfg-0.0.1.0: Type generated application configuration
Safe HaskellNone
LanguageHaskell2010

Cfg.Deriving.SubConfig

Documentation

newtype SubConfig a Source #

Constructors

SubConfig 

Fields

Instances

Instances details
Generic a => Generic (SubConfig a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

Associated Types

type Rep (SubConfig a) :: Type -> Type #

Methods

from :: SubConfig a -> Rep (SubConfig a) x #

to :: Rep (SubConfig a) x -> SubConfig a #

(Generic a, GNestedParser (Rep a)) => NestedParser (SubConfig a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

(Generic a, GConfigForest (Rep a)) => NestedConfig (SubConfig a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

type Rep (SubConfig a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

type Rep (SubConfig a) = Rep a

newtype SubConfigOpts t a Source #

Constructors

SubConfigOpts 

Fields

Instances

Instances details
Generic a => Generic (SubConfigOpts t a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

Associated Types

type Rep (SubConfigOpts t a) :: Type -> Type #

Methods

from :: SubConfigOpts t a -> Rep (SubConfigOpts t a) x #

to :: Rep (SubConfigOpts t a) x -> SubConfigOpts t a #

(GetConfigOptions t, Generic a, GNestedParser (Rep a)) => NestedParser (SubConfigOpts t a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

(GetConfigOptions t, Generic a, GConfigForest (Rep a)) => NestedConfig (SubConfigOpts t a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

type Rep (SubConfigOpts t a) Source # 
Instance details

Defined in Cfg.Deriving.SubConfig

type Rep (SubConfigOpts t a) = Rep a

class GetConfigOptions t where Source #

Instances

Instances details
LabelModifier t => GetConfigOptions t Source # 
Instance details

Defined in Cfg.Deriving.SubConfig