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.
printFormatterUseColor :: PrintFormatter -> Boolsandwich Test.Sandwich.Formatters.Print Whether to use color in output. Defaults to True.
printFormatterVisibilityThreshold :: PrintFormatter -> Intsandwich Test.Sandwich.Formatters.Print Visibility threshold. Nodes above this threshold will not be shown.
printRunTree :: [RunNodeFixed ctx] -> IO ()sandwich Test.Sandwich.Internal No documentation available.
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
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
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.
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.
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
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
printableName :: QName -> StringHaXml Text.XML.HaXml.Namespaces Return the printable string for a Name, i.e. attaching a prefix for its namespace (if it has one).