Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Distribution.Utils.Progress

    A progress monad, which we use to report failure and logging from otherwise pure code.

  2. data Progress step fail done

    Cabal Distribution.Utils.Progress

    A type to represent the unfolding of an expensive long running calculation that may fail (or maybe not expensive, but complicated!) We may get intermediate steps before the final result which may be used to indicate progress and/or logging messages. TODO: Apply Codensity to avoid left-associativity problem. See http://comonad.com/reader/2011/free-monads-for-less/ and http://blog.ezyang.com/2012/01/problem-set-the-codensity-transformation/

  3. Panic :: String -> GhcException

    ghc GHC

    The impossible happened.

  4. class ParsedMod m

    ghc GHC

    No documentation available.

  5. data ParsedModule

    ghc GHC

    The result of successful parsing.

  6. ParsedModule :: ModSummary -> ParsedSource -> [FilePath] -> ParsedModule

    ghc GHC

    No documentation available.

  7. type ParsedSource = Located HsModule GhcPs

    ghc GHC

    No documentation available.

  8. data Phase

    ghc GHC

    Untyped Phase description

  9. data PkgQual

    ghc GHC

    Package-qualifier after renaming Renaming detects if "this" or the unit-id of the home-unit was used as a package qualifier.

  10. PprPanic :: String -> SDoc -> GhcException

    ghc GHC

    No documentation available.

Page 101 of many | Previous | Next