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. showTrace :: Trace -> String

    dejafu Test.DejaFu.Utils

    Pretty-print a trace, including a key of the thread IDs (not including thread 0). Each line of the key is indented by two spaces.

  2. showDot :: Dot a -> String

    dotgen Text.Dot

    No documentation available.

  3. showCommandForUser :: FilePath -> [String] -> String

    effectful Effectful.Process

    Given a program p and arguments args, showCommandForUser p args returns a string suitable for pasting into /bin/sh (on Unix systems) or CMD.EXE (on Windows).

  4. showEventInfo :: EventInfo -> String

    ghc-events GHC.RTS.Events

    No documentation available.

  5. showThreadStopStatus :: ThreadStopStatus -> String

    ghc-events GHC.RTS.Events

    No documentation available.

  6. showAstData :: Data a => BlankSrcSpan -> BlankEpAnnotations -> a -> SDoc

    ghc-lib-parser-ex Language.Haskell.GhclibParserEx.GHC.Hs.Dump

    Show a GHC syntax tree. This parameterised because it is also used for comparing ASTs in ppr roundtripping tests, where the SrcSpan's are blanked out, to avoid comparing locations, only structure

  7. showContentType :: ContentType -> String

    happstack-server Happstack.Server.Internal.RFC822Headers

    Produce the standard string representation of a content-type, e.g. "text/html; charset=ISO-8859-1".

  8. showRsValidator :: Maybe (Response -> IO Response) -> String

    happstack-server Happstack.Server.Internal.Types

    No documentation available.

  9. showModeUsage :: Mode a -> String

    hledger Hledger.Cli.CliOptions

    Get a mode's usage message as a nicely wrapped string.

  10. showHistogram :: ReportSpec -> Journal -> String

    hledger Hledger.Cli.Commands.Activity

    No documentation available.

Page 96 of many | Previous | Next