Hoogle Search

Within LTS Haskell 24.8 (ghc-9.10.2)

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

  1. printBox :: Box -> IO ()

    boxes Text.PrettyPrint.Boxes

    A convenience function for rendering a box to stdout.

  2. printColorScheme :: Bool -> ColorScheme -> DotCode

    graphviz Data.GraphViz.Printing

    No documentation available.

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

    graphviz Data.GraphViz.Printing

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

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

    graphviz Data.GraphViz.Printing

    No documentation available.

  5. printIt :: PrintDot a => a -> Text

    graphviz Data.GraphViz.Printing

    Convert to DotCode; note that this has no indentation, as we can only have one of indentation and (possibly) infinite line lengths.

  6. printDotGraph :: PrintDotRepr dg n => dg n -> Text

    graphviz Data.GraphViz.Types

    The actual Dot code for an instance of DotRepr. Note that it is expected that parseDotGraph . printDotGraph == id (this might not be true the other way around due to un-parseable components).

  7. printAccounts :: Account -> IO ()

    hledger-lib Hledger.Data.Account

    No documentation available.

  8. printError :: String -> IO ()

    hledger-lib Hledger.Utils.IO

    Print an error message to stderr, with a consistent "programname: " prefix, and applying ANSI styling (bold bright red) to the first line if that is supported and allowed.

  9. printCSV :: CSV -> Text

    hledger-lib Hledger.Write.Csv

    No documentation available.

  10. printTSV :: CSV -> Text

    hledger-lib Hledger.Write.Csv

    No documentation available.

Page 16 of many | Previous | Next