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.
printInfoForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc GHC.Utils.Error No documentation available.
printOutputForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc GHC.Utils.Error No documentation available.
-
ghc GHC.Utils.IO.Unsafe No documentation available.
-
ghc 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).
sdocPrintExplicitForalls :: SDocContext -> !Boolghc GHC.Utils.Outputable No documentation available.
sdocUnitIdForUser :: SDocContext -> !FastString -> SDocghc 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.
type
LForeignDecl pass = XRec pass ForeignDecl passghc Language.Haskell.Syntax.Decls Located Foreign Declaration
XForeignDecl :: !XXForeignDecl pass -> ForeignDecl passghc Language.Haskell.Syntax.Decls No documentation available.
XForeignExport :: !XXForeignExport pass -> ForeignExport passghc Language.Haskell.Syntax.Decls No documentation available.
XForeignImport :: !XXForeignImport pass -> ForeignImport passghc Language.Haskell.Syntax.Decls No documentation available.