harg-0.4.2.1: Haskell program configuration using higher kinded data

Safe HaskellNone
LanguageHaskell2010

Options.Harg.Sources

Synopsis

Documentation

accumSourceResults :: forall a f. TraversableB a => [Either SourceRunError (a (Compose SourceRunResult f))] -> ([SourceRunError], [a (Compose Maybe f)]) Source #

Accumulate all the successful source results and return them, along with a list of errors.

hiddenSources :: HiddenSources f Source #

Sources hidden from user that are always enabled

defaultSources :: DefaultSources f Source #

Default sources, equivalent to EnvSource