mueval-0.9.1.1.2: Safely evaluate pure Haskell expressions
Mueval.ArgsParse
Synopsis
data Options Source #
See the results of --help for information on what each option means.
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Options -> ShowS #
show :: Options -> String #
showList :: [Options] -> ShowS #
interpreterOpts :: [String] -> Either (Bool, String) Options Source #
getOptions :: [String] -> Either (Bool, String) Options Source #
Just give us the end result options; this parsing for us. Bonus points for handling UTF.