etc-0.4.0.2: Declarative configuration spec for Haskell projects

Safe HaskellNone
LanguageHaskell2010

System.Etc.Internal.Config

Contents

Documentation

_getConfigValueWith :: MonadThrow m => (Value -> Parser result) -> [Text] -> Config -> m result Source #

_getConfigValue :: (MonadThrow m, FromJSON result) => [Text] -> Config -> m result Source #

Orphan instances