• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. failReadE :: ErrorMsg -> ReadE a

    Cabal Distribution.ReadE

    No documentation available.

  2. parsecToReadE :: (String -> ErrorMsg) -> ParsecParser a -> ReadE a

    Cabal Distribution.ReadE

    No documentation available.

  3. parsecToReadEErr :: (ParseError -> ErrorMsg) -> ParsecParser a -> ReadE a

    Cabal Distribution.ReadE

    No documentation available.

  4. runReadE :: ReadE a -> String -> Either ErrorMsg a

    Cabal Distribution.ReadE

    No documentation available.

  5. succeedReadE :: (String -> a) -> ReadE a

    Cabal Distribution.ReadE

    No documentation available.

  6. defaultMainNoRead :: GenericPackageDescription -> IO ()

    Cabal Distribution.Simple

    Like defaultMain, but accepts the package description as input rather than using IO to read it.

  7. defaultMainWithHooksNoRead :: UserHooks -> GenericPackageDescription -> IO ()

    Cabal Distribution.Simple

    A customizable version of defaultMainNoRead.

  8. defaultMainWithHooksNoReadArgs :: UserHooks -> GenericPackageDescription -> [String] -> IO ()

    Cabal Distribution.Simple

    A customizable version of defaultMainNoRead that also takes the command line arguments.

  9. CommandReadyToGo :: flags -> CommandParse flags

    Cabal Distribution.Simple.Command

    No documentation available.

  10. Opt_CmmThreadSanitizer :: GeneralFlag

    ghc GHC

    No documentation available.

Page 465 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete