Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PkgDbPath :: FilePath -> PkgDbRef

    ghc GHC.Driver.Session

    No documentation available.

  2. data PkgDbRef

    ghc GHC.Driver.Session

    No documentation available.

  3. data PlatformMisc

    ghc 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).

  4. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Driver.Session

    No documentation available.

  5. data ProfAuto

    ghc GHC.Driver.Session

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

  6. ProfAutoAll :: ProfAuto

    ghc GHC.Driver.Session

    top-level and nested functions are annotated

  7. ProfAutoCalls :: ProfAuto

    ghc GHC.Driver.Session

    annotate call-sites

  8. ProfAutoExports :: ProfAuto

    ghc GHC.Driver.Session

    exported functions annotated only

  9. ProfAutoTop :: ProfAuto

    ghc GHC.Driver.Session

    top-level functions annotated only

  10. PrefixConGADT :: !XPrefixConGADT pass -> [HsScaled pass (LBangType pass)] -> HsConDeclGADTDetails pass

    ghc GHC.Hs.Decls

    No documentation available.

Page 125 of many | Previous | Next