mmzk-env-0.1.0.0: Read environment variables into a user-defined data type
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Env.RecordParser

Description

This module provides a type class RecordParser that provides parsers for records. The parsers are used to parse environment variables into records based on their string representation.

Synopsis

Documentation

class RecordParser a where Source #

Type class for validating environment schemas.

Instances

Instances details
(Generic a, GRecordParser (Rep a)) => RecordParser a Source # 
Instance details

Defined in Data.Env.RecordParser