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. sTargetPlatformString :: Settings -> String

    ghc GHC.Driver.Session

    No documentation available.

  2. strictnessBefore :: DynFlags -> [Int]

    ghc GHC.Driver.Session

    Additional demand analysis

  3. targetPlatform :: DynFlags -> Platform

    ghc GHC.Driver.Session

    No documentation available.

  4. unsafeFlagsForInfer :: [(Extension, DynFlags -> SrcSpan, DynFlags -> Bool, DynFlags -> DynFlags)]

    ghc GHC.Driver.Session

    A list of unsafe flags under Safe Haskell. Tuple elements are: * name of the flag * function to get srcspan that enabled the flag * function to test if the flag is on * function to turn the flag off

  5. updatePlatformConstants :: DynFlags -> Maybe PlatformConstants -> IO DynFlags

    ghc GHC.Driver.Session

    No documentation available.

  6. pprLHsBindsForUser :: forall (idL :: Pass) (idR :: Pass) (id2 :: Pass) . (OutputableBndrId idL, OutputableBndrId idR, OutputableBndrId id2) => LHsBindsLR (GhcPass idL) (GhcPass idR) -> [LSig (GhcPass id2)] -> [SDoc]

    ghc GHC.Hs.Binds

    No documentation available.

  7. type LForeignDecl pass = XRec pass ForeignDecl pass

    ghc GHC.Hs.Decls

    Located Foreign Declaration

  8. XForeignDecl :: !XXForeignDecl pass -> ForeignDecl pass

    ghc GHC.Hs.Decls

    No documentation available.

  9. XForeignExport :: !XXForeignExport pass -> ForeignExport pass

    ghc GHC.Hs.Decls

    No documentation available.

  10. XForeignImport :: !XXForeignImport pass -> ForeignImport pass

    ghc GHC.Hs.Decls

    No documentation available.

Page 458 of many | Previous | Next