evoke-0.2021.9.14: A GHC plugin to derive instances.
Safe HaskellNone
LanguageHaskell2010

Evoke.Options

Synopsis

Documentation

parse :: [OptDescr a] -> [String] -> SrcSpan -> Hsc [a] Source #

Parses command line options. Adds warnings and throws errors as appropriate. Returns the list of parsed options.