Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Common option parsers for executables
Synopsis
- input ∷ Parser Input
- fileInput ∷ Parser Input
- stdInput ∷ Parser Input
- output ∷ Parser Output
- fileOutput ∷ Parser Output
- stdOutput ∷ Parser Output
- noOutput ∷ Parser Output
- formatHelp ∷ String
- formatReader ∷ String → Maybe Format
- inputformat ∷ Parser Format
- outputformat ∷ Parser Format
- tracemode ∷ Parser TraceMode
- files ∷ Parser Files
- applyOpts ∷ Parser ApplyOptions
- printmode ∷ Parser PrintMode
- nameformat ∷ Parser NameFormat
- certifier ∷ Parser Certifier
- printOpts ∷ Parser PrintOptions
- convertOpts ∷ Parser ConvertOptions
- optimiseOpts ∷ Parser OptimiseOptions
- exampleMode ∷ Parser ExampleMode
- exampleAvailable ∷ Parser ExampleMode
- exampleName ∷ Parser ExampleName
- exampleSingle ∷ Parser ExampleMode
- exampleOpts ∷ Parser ExampleOptions
- builtinSemanticsVariantReader ∷ String → Maybe (BuiltinSemanticsVariant DefaultFun)
- showBuiltinSemanticsVariant ∷ BuiltinSemanticsVariant DefaultFun → String
- builtinSemanticsVariant ∷ Parser (BuiltinSemanticsVariant DefaultFun)
- pirFormatHelp ∷ String
- pirFormatReader ∷ String → Maybe PirFormat
- pPirInputFormat ∷ Parser PirFormat
- pPirOutputFormat ∷ Parser PirFormat
- languageReader ∷ String → Maybe Language
- pLanguage ∷ Parser Language