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.
showSDocOneLine :: SDocContext -> SDoc -> Stringghc-lib-parser GHC.Utils.Outputable No documentation available.
showSDocUnsafe :: SDoc -> Stringghc-lib-parser GHC.Utils.Outputable No documentation available.
showException :: Exception e => e -> Stringghc-lib-parser GHC.Utils.Panic Show an exception as a string.
showGhcException :: SDocContext -> GhcException -> ShowSghc-lib-parser GHC.Utils.Panic Append a description of the given exception to this string.
showGhcExceptionUnsafe :: GhcException -> ShowSghc-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.
showPlainGhcException :: PlainGhcException -> ShowSghc-lib-parser GHC.Utils.Panic.Plain Append a description of the given exception to this string.
showBreakArray :: BreakArray -> IO ()ghc-lib-parser GHCi.BreakArray No documentation available.
-
libBF LibBF.Opts Show this many significant digits total .
-
libBF LibBF.Opts Show this many digits after the decimal point.
showFree :: Maybe Word -> ShowFmtlibBF 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.