configurator-ng-0.0.0.1: The next generation of configuration management

MaintainerLeon P Smith <leon@melding-monads.com>
Safe HaskellNone

Data.Configurator.FromValue.Internal

Description

 

Synopsis

Documentation

newtype ValueParser a Source

An action to turn a Value into zero or one values of type a, and possibly report errors/warnings.

Constructors

ValueParser 

newtype MaybeParser a Source

An action to turn a Maybe Value into zero or one values of type a, and possibly report errors/warnings.

Constructors

MaybeParser 

newtype ListParser a Source

An action to turn a [Value] into zero or one values of type a, and possibly report errors/warnings.