Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

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

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  2. showSDocUnsafe :: SDoc -> String

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Panic

    Show an exception as a string.

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

    ghc-lib-parser GHC.Utils.Panic

    Append a description of the given exception to this string.

  5. 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.

  6. showPlainGhcException :: PlainGhcException -> ShowS

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

    Append a description of the given exception to this string.

  7. showBreakArray :: BreakArray -> IO ()

    ghc-lib-parser GHCi.BreakArray

    No documentation available.

  8. showFixed :: Word -> ShowFmt

    libBF LibBF.Opts

    Show this many significant digits total .

  9. showFrac :: Word -> ShowFmt

    libBF LibBF.Opts

    Show this many digits after the decimal point.

  10. showFree :: Maybe Word -> ShowFmt

    libBF LibBF.Opts

    Use as many digits as necessary to match the required precision rounding to nearest and the subnormal+exponent configuration of FlagsT. The result is meaningful only if the input is already rounded to the wanted precision. Infinite precision, indicated by giving Nothing for the precision is supported when the radix is a power of two.

Page 84 of many | Previous | Next