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

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

Data.Configurator.Config

Description

This module provides the abstract data structure that backs ConfigCache and that ConfigParsers operate on.

It shouldn't be necessary to use this module much, if at all, in client code. It might be considered semi-internal. Please file a issue if you find a need to use it.

Synopsis

Documentation

data Config Source

A Config is a finite map from Text to Value.