Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. printFormatterUseColor :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to use color in output. Defaults to True.

  2. printFormatterVisibilityThreshold :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    Visibility threshold. Nodes above this threshold will not be shown.

  3. printRunTree :: [RunNodeFixed ctx] -> IO ()

    sandwich Test.Sandwich.Internal

    No documentation available.

  4. printBody :: YesodExample site ()

    yesod-test Yesod.Test

    Outputs the last response body to stderr (So it doesn't get captured by HSpec). Useful for debugging.

    Examples

    get HomeR
    printBody
    

  5. printMatches :: HasCallStack => Query -> YesodExample site ()

    yesod-test Yesod.Test

    Performs a CSS query and print the matches to stderr.

    Examples

    {-# LANGUAGE OverloadedStrings #-}
    get HomeR
    printMatches "h1" -- Prints all h1 tags
    

  6. printToHandleFinalizerExceptionHandler :: Handle -> SomeException -> IO ()

    ghc-internal GHC.Internal.Weak

    An exception handler for Handle finalization that prints the error to the given Handle, but doesn't rethrow it.

  7. printToHandleFinalizerExceptionHandler :: Handle -> SomeException -> IO ()

    ghc-internal GHC.Internal.Weak.Finalize

    An exception handler for Handle finalization that prints the error to the given Handle, but doesn't rethrow it.

  8. printT :: TextShow a => a -> IO ()

    text-show TextShow

    Writes a value's strict Text representation to the standard output, followed by a newline. Since: 2

  9. printTL :: TextShow a => a -> IO ()

    text-show TextShow

    Writes a value's lazy Text representation to the standard output, followed by a newline. Since: 2

  10. printableName :: QName -> String

    HaXml Text.XML.HaXml.Namespaces

    Return the printable string for a Name, i.e. attaching a prefix for its namespace (if it has one).

Page 15 of many | Previous | Next