| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Etc.Internal.Config
Contents
Documentation
_getConfigValueWith :: MonadThrow m => (Value -> Parser result) -> [Text] -> Config -> m result #
_getSelectedConfigSource :: MonadThrow m => [Text] -> Config -> m ConfigSource #
_getAllConfigSources :: MonadThrow m => [Text] -> Config -> m (Set ConfigSource) #
_getConfigValue :: (MonadThrow m, FromJSON result) => [Text] -> Config -> m result #
Orphan instances
| IConfig Config # | |
Methods getConfigValue :: (MonadThrow m, FromJSON result) => [Text] -> Config -> m result # getConfigValueWith :: MonadThrow m => (Value -> Parser result) -> [Text] -> Config -> m result # getAllConfigSources :: MonadThrow m => [Text] -> Config -> m (Set ConfigSource) # getSelectedConfigSource :: MonadThrow m => [Text] -> Config -> m ConfigSource # | |