Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
- class RecordParser a where
Documentation
class RecordParser a where Source #
Type class for validating environment schemas.
Instances
(Generic a, GRecordParser (Rep a)) => RecordParser a Source # | |
Defined in Data.Env.RecordParser |