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. printOutputForUser :: Logger -> NamePprCtx -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

  2. inlinePerformIO :: IO a -> a

    ghc-lib-parser GHC.Utils.IO.Unsafe

    No documentation available.

  3. data DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    Format of a dump Dump formats are loosely defined: dumps may contain various additional headers and annotations and they may be partial. DumpFormat is mainly a hint (e.g. for syntax highlighters).

  4. sdocPrintExplicitForalls :: SDocContext -> !Bool

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  5. sdocUnitIdForUser :: SDocContext -> !FastString -> SDoc

    ghc-lib-parser GHC.Utils.Outputable

    Used to map UnitIds to more friendly "package-version:component" strings while pretty-printing. Use pprWithUnitState to set it. Users should never have to set it to pretty-print SDocs emitted by GHC, otherwise it's a bug. It's an internal field used to thread the UnitState so that the Outputable instance of UnitId can use it. See Note [Pretty-printing UnitId] in GHC.Unit for more details. Note that we use FastString instead of UnitId to avoid boring module inter-dependency issues.

  6. freeForeignCallInfo :: Ptr C_ffi_cif -> IO ()

    ghc-lib-parser GHCi.FFI

    No documentation available.

  7. prepForeignCall :: [FFIType] -> FFIType -> IO (Ptr C_ffi_cif)

    ghc-lib-parser GHCi.FFI

    No documentation available.

  8. AddForeignFilePath :: ForeignSrcLang -> FilePath -> THMessage (THResult ())

    ghc-lib-parser GHCi.Message

    No documentation available.

  9. type LForeignDecl pass = XRec pass ForeignDecl pass

    ghc-lib-parser Language.Haskell.Syntax.Decls

    Located Foreign Declaration

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

    ghc-lib-parser Language.Haskell.Syntax.Decls

    No documentation available.

Page 715 of many | Previous | Next