Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. pureLogPrintWarningText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as pureLogPrintWarning, but with concrete type Text as log message.

  2. setPrintLocationToConsole :: Bool -> IO ()

    easy-logger EasyLogger.Logger

    Set the least logging level. Levels lower will not be logged. Log Level Order: Debug < Info < Warning < Error. None disables all logging. Note that the output to stderr using e.g. logPrintError will not be affected!

  3. type ExtPrinter a = a -> Text

    egison-pattern-src Language.Egison.Pretty.Pattern

    ExtPrinter a is a type for externally provided printer of a.

  4. namePrinter :: PrintMode n v e -> ExtPrinter n

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

  5. valueExprPrinter :: PrintMode n v e -> ExtPrinter e

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

  6. varNamePrinter :: PrintMode n v e -> ExtPrinter v

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

  7. module Test.FitSpec.PrettyPrint

    A very simple pretty printing library used to generate FitSpec reports.

  8. pattern FT_FSTYPE_PREVIEW_AND_PRINT_EMBEDDING :: (Eq a, Num a) => a

    freetype2 FreeType.Core.Base

    No documentation available.

  9. pathPrint :: (HasCallStack, MonadIO m) => Path -> String -> m ()

    gi-gsk GI.Gsk.Structs.Path

    Converts self into a human-readable string representation suitable for printing. The string is compatible with (a superset of) SVG path syntax, see pathParse for a summary of the syntax. Since: 4.14

  10. transformPrint :: (HasCallStack, MonadIO m) => Maybe Transform -> String -> m ()

    gi-gsk GI.Gsk.Structs.Transform

    Converts self into a human-readable string representation suitable for printing. The result of this function can later be parsed with transformParse.

Page 380 of many | Previous | Next