Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showOpt :: Option -> String

    ghc-lib-parser GHC.Utils.CliOption

    No documentation available.

  2. showPass :: Logger -> String -> IO ()

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

  3. showPprUnsafe :: Outputable a => a -> String

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  4. showSDocOneLine :: SDocContext -> SDoc -> String

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  5. showSDocUnsafe :: SDoc -> String

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  6. showException :: Exception e => e -> String

    ghc-lib-parser GHC.Utils.Panic

    Show an exception as a string.

  7. showGhcException :: SDocContext -> GhcException -> ShowS

    ghc-lib-parser GHC.Utils.Panic

    Append a description of the given exception to this string.

  8. showGhcExceptionUnsafe :: GhcException -> ShowS

    ghc-lib-parser 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.

  9. showPlainGhcException :: PlainGhcException -> ShowS

    ghc-lib-parser GHC.Utils.Panic.Plain

    Append a description of the given exception to this string.

  10. showBreakArray :: BreakArray -> IO ()

    ghc-lib-parser GHCi.BreakArray

    No documentation available.

Page 84 of many | Previous | Next