Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Parser a

    optparse-applicative Options.Applicative.Common

    A Parser a is an option parser returning a value of type a.

  2. data ParserInfo a

    optparse-applicative Options.Applicative.Common

    A full description for a runnable Parser for a program.

  3. ParserInfo :: Parser a -> Bool -> Chunk Doc -> Chunk Doc -> Chunk Doc -> Int -> ArgPolicy -> ParserInfo a

    optparse-applicative Options.Applicative.Common

    No documentation available.

  4. data ParserPrefs

    optparse-applicative Options.Applicative.Common

    Global preferences for a top-level Parser.

  5. ParserPrefs :: String -> Bool -> Bool -> Bool -> Backtracking -> Int -> Bool -> Bool -> Int -> ParserPrefs

    optparse-applicative Options.Applicative.Common

    No documentation available.

  6. newtype ParserFailure h

    optparse-applicative Options.Applicative.Extra

    No documentation available.

  7. ParserFailure :: (String -> (h, ExitCode, Int)) -> ParserFailure h

    optparse-applicative Options.Applicative.Extra

    No documentation available.

  8. data ParserPrefs

    optparse-applicative Options.Applicative.Extra

    Global preferences for a top-level Parser.

  9. ParserPrefs :: String -> Bool -> Bool -> Bool -> Backtracking -> Int -> Bool -> Bool -> Int -> ParserPrefs

    optparse-applicative Options.Applicative.Extra

    No documentation available.

  10. data ParserResult a

    optparse-applicative Options.Applicative.Extra

    Result of execParserPure.

Page 55 of many | Previous | Next