env-parser-0.0.1.1: Pull configuration information from the ENV

Portabilitynon-portable
Stabilityexperimental
Maintainerme@jspha.com
Safe HaskellNone

System.Environment.Parser

Contents

Description

Functions for building generic environment parsers which provide automatic documentation and easy testing.

Synopsis

Basic interface

getParse :: FromEnv a => (a -> Either String b) -> String -> Parser bSource

Interface types

newtype Errors Source

Constructors

Errors 

Fields

getErrors :: Seq Err
 

data Err Source

Constructors

Wanted String 
Joined String 

Instances