mueval-0.6: Safely evaluate Haskell expressionsSource codeContentsIndex
Mueval.ParseArgs
Synopsis
data Options = Options {
timeLimit :: Int
modules :: [String]
expression :: String
loadFile :: String
user :: String
printType :: Bool
extensions :: Bool
}
interpreterOpts :: [String] -> IO (Options, [String])
getOptions :: IO Options
Documentation
data Options Source
See the results of --help for information on what each option means.
Constructors
Options
timeLimit :: Int
modules :: [String]
expression :: String
loadFile :: String
user :: String
printType :: Bool
extensions :: Bool
show/hide Instances
interpreterOpts :: [String] -> IO (Options, [String])Source
getOptions :: IO OptionsSource
Just give us the end result options; this handles I/O and parsing for us. Bonus points for handling UTF.
Produced by Haddock version 2.3.0