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.

  1. 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
    

  2. 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
    

  3. 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

  4. 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

  5. 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).

  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. printColorScheme :: Bool -> ColorScheme -> DotCode

    graphviz Data.GraphViz.Printing

    No documentation available.

  9. printEscaped :: [Char] -> Text -> DotCode

    graphviz Data.GraphViz.Printing

    Escape the specified chars as well as " and then wrap the result in quotes.

  10. printField :: PrintDot a => Text -> a -> DotCode

    graphviz Data.GraphViz.Printing

    No documentation available.

Page 15 of many | Previous | Next