opt-env-conf-0.6.0.2: Settings parsing for Haskell: command-line arguments, environment variables, and configuration values.
Safe HaskellSafe-Inferred
LanguageHaskell2010

OptEnvConf.Error

Synopsis

Documentation

data ParseError Source #

Instances

Instances details
Show ParseError Source # 
Instance details

Defined in OptEnvConf.Error

errorIsForgivable :: ParseError -> Bool Source #

Whether the other side of an Alt should be tried if we find this error.