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

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

  3. printAccounts :: Account -> IO ()

    hledger-lib Hledger.Data.Account

    No documentation available.

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

  5. printCSV :: CSV -> Text

    hledger-lib Hledger.Write.Csv

    No documentation available.

  6. printTSV :: CSV -> Text

    hledger-lib Hledger.Write.Csv

    No documentation available.

  7. printFods :: TextEncoding -> Map Text ((Int, Int), [[Cell NumLines Text]]) -> Text

    hledger-lib Hledger.Write.Ods

    No documentation available.

  8. printError :: String -> String -> GQLError -> String

    morpheus-graphql-core Data.Morpheus.Error

    No documentation available.

  9. printWarning :: GQLError -> String

    morpheus-graphql-core Data.Morpheus.Error

    No documentation available.

  10. printBox :: Box -> IO ()

    boxes Text.PrettyPrint.Boxes

    A convenience function for rendering a box to stdout.

Page 16 of many | Previous | Next