Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showWrapVars :: HoleFitDispConfig -> Boolghc GHC.Tc.Errors.Types No documentation available.
showModMsg :: DynFlags -> Bool -> ModuleGraphNode -> SDocghc GHC.Unit.Module.Graph No documentation available.
-
ghc GHC.Utils.CliOption No documentation available.
showPass :: Logger -> String -> IO ()ghc GHC.Utils.Error No documentation available.
showPprUnsafe :: Outputable a => a -> Stringghc GHC.Utils.Outputable No documentation available.
showSDocOneLine :: SDocContext -> SDoc -> Stringghc GHC.Utils.Outputable No documentation available.
showSDocUnsafe :: SDoc -> Stringghc GHC.Utils.Outputable No documentation available.
showException :: Exception e => e -> Stringghc GHC.Utils.Panic Show an exception as a string.
showGhcException :: SDocContext -> GhcException -> ShowSghc GHC.Utils.Panic Append a description of the given exception to this string.
showGhcExceptionUnsafe :: GhcException -> ShowSghc GHC.Utils.Panic Append a description of the given exception to this string. Note that this uses defaultSDocContext, which doesn't use the options set by the user via DynFlags.