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.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 #

A Config is a finite map from Text to Value.