cfg-0.0.1.0: Type generated application configuration
Safe HaskellNone
LanguageHaskell2010

Cfg.Deriving.ConfigValue

Documentation

newtype ConfigValue a Source #

Constructors

ConfigValue 

Fields

Instances

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

Defined in Cfg.Deriving.ConfigValue

Associated Types

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

Methods

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

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

(Generic a, GValueParser (Rep a)) => NestedParser (ConfigValue a) Source # 
Instance details

Defined in Cfg.Deriving.ConfigValue

(Generic a, GValueParser (Rep a)) => ValueParser (ConfigValue a) Source # 
Instance details

Defined in Cfg.Deriving.ConfigValue

NestedConfig (ConfigValue a) Source #

Since: 0.0.1.0

Instance details

Defined in Cfg.Source

type Rep (ConfigValue a) Source # 
Instance details

Defined in Cfg.Deriving.ConfigValue

type Rep (ConfigValue a) = Rep a