mueval-0.8.2: Safely evaluate Haskell expressions

Safe HaskellSafe-Infered

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.