Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
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).
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.
printColorScheme :: Bool -> ColorScheme -> DotCodegraphviz Data.GraphViz.Printing No documentation available.
printEscaped :: [Char] -> Text -> DotCodegraphviz Data.GraphViz.Printing Escape the specified chars as well as " and then wrap the result in quotes.
printField :: PrintDot a => Text -> a -> DotCodegraphviz Data.GraphViz.Printing No documentation available.