mueval-0.9.1.1: Safely evaluate pure Haskell expressions

Safe HaskellSafe-Inferred

Mueval.ArgsParse

Synopsis

Documentation

data Options Source

See the results of --help for information on what each option means.

Instances

getOptions :: [String] -> Either (Bool, String) OptionsSource

Just give us the end result options; this parsing for us. Bonus points for handling UTF.