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. module OpenSuse.Prelude.PrettyPrinting

    This is simply a re-export of the standard library pretty with some orphan instances added for convenience.

  2. logPrintAll :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logAll, but also prints the message on stdout.

  3. logPrintAllText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logAll, but also prints the message on stdout. Only for Text.

  4. logPrintDebug :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logDebug, but also prints the message on stdout.

  5. logPrintDebugText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logDebug, but also prints the message on stdout. Only for Text.

  6. logPrintError :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logError, but also prints the message on stderr.

  7. logPrintErrorText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logError, but also prints the message on stderr.

  8. logPrintInfo :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logInfo, but also prints the message on stdout.

  9. logPrintInfoText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logInfo, but also prints the message on stdout.

  10. logPrintWarning :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logWarning, but also prints the message on stdout.

Page 378 of many | Previous | Next