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. data PlatformMisc

    ghc-lib-parser GHC.Driver.Session

    Platform-specific settings formerly hard-coded in Config.hs. These should probably be all be triaged whether they can be computed from other settings or belong in another another place (like Platform above).

  2. PlatformMisc :: String -> Bool -> Bool -> String -> Bool -> PlatformMisc

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  3. data ProfAuto

    ghc-lib-parser GHC.Driver.Session

    What kind of {-# SCC #-} to add automatically

  4. ProfAutoAll :: ProfAuto

    ghc-lib-parser GHC.Driver.Session

    top-level and nested functions are annotated

  5. ProfAutoCalls :: ProfAuto

    ghc-lib-parser GHC.Driver.Session

    annotate call-sites

  6. ProfAutoExports :: ProfAuto

    ghc-lib-parser GHC.Driver.Session

    exported functions annotated only

  7. ProfAutoTop :: ProfAuto

    ghc-lib-parser GHC.Driver.Session

    top-level functions annotated only

  8. PAP :: ClosureType

    ghc-lib-parser GHC.Exts.Heap

    No documentation available.

  9. PAPClosure :: StgInfoTable -> HalfWord -> HalfWord -> b -> [b] -> GenClosure b

    ghc-lib-parser GHC.Exts.Heap

    An unsaturated function application

  10. PAddr :: PrimType

    ghc-lib-parser GHC.Exts.Heap

    No documentation available.

Page 517 of many | Previous | Next