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

Copyright(c) 2016 Leon P Smith
LicenseBSD3
MaintainerLeon P Smith <leon@melding-monads.com>
Safe HaskellNone
LanguageHaskell98

Data.Configurator.FromValue.Internal

Description

 

Synopsis

Documentation

newtype ValueParser a #

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

Constructors

ValueParser 

newtype MaybeParser a #

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 #

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