opt-env-conf-0.9.0.0: Settings parsing for Haskell: command-line arguments, environment variables, and configuration values.
Safe HaskellNone
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.