Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mg_foreign :: ModGuts -> !ForeignStubsghc GHC.Unit.Module.ModGuts Foreign exports declared in this module
mg_foreign_files :: ModGuts -> ![(ForeignSrcLang, FilePath)]ghc GHC.Unit.Module.ModGuts Files to be compiled with the C compiler
pprWarningTxtForMsg :: WarningTxt p -> SDocghc GHC.Unit.Module.Warnings No documentation available.
pprUnitIdForUser :: UnitState -> UnitId -> SDocghc GHC.Unit.State Pretty-print a UnitId for the user. Cabal packages may contain several components (programs, libraries, etc.). As far as GHC is concerned, installed package components ("units") are identified by an opaque UnitId string provided by Cabal. As the string contains a hash, we don't want to display it to users so GHC queries the database to retrieve some infos about the original source package (name, version, component name). Instead we want to display: packagename-version[:componentname] Component name is only displayed if it isn't the default library To do this we need to query a unit database.
pprUnitInfoForUser :: UnitInfo -> SDocghc GHC.Unit.State No documentation available.
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.