tomland-0.5.0: Bidirectional TOML parser

Safe HaskellNone
LanguageHaskell2010

Toml.Parser

Synopsis

Documentation

newtype ParseException Source #

Pretty parse exception for parsing toml.

Constructors

ParseException Text 
Instances
Eq ParseException Source # 
Instance details

Defined in Toml.Parser

Show ParseException Source # 
Instance details

Defined in Toml.Parser

Generic ParseException Source # 
Instance details

Defined in Toml.Parser

Associated Types

type Rep ParseException :: Type -> Type #

NFData ParseException Source # 
Instance details

Defined in Toml.Parser

Methods

rnf :: ParseException -> () #

type Rep ParseException Source # 
Instance details

Defined in Toml.Parser

type Rep ParseException = D1 (MetaData "ParseException" "Toml.Parser" "tomland-0.5.0-LfjG6U9ib3bHsNLsVqknKF" True) (C1 (MetaCons "ParseException" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))