• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. hPrintColoredIO :: Handle -> Term -> Colored (IO ()) -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  2. hPrintColoredS :: Handle -> Term -> Colored String -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  3. hPrintColored :: Foldable f => (Handle -> a -> IO ()) -> Handle -> Term -> f (Colored a) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  4. hPrintColoredIO :: Handle -> Term -> [Colored (IO ())] -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  5. hPrintColoredS :: Foldable f => Handle -> Term -> f (Colored String) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  6. prettyPrint :: File -> String

    copilot-theorem Copilot.Theorem.Kind2

    Pretty print a Kind2 file.

  7. pPrint :: Pretty a => a -> Doc

    distribution-opensuse OpenSuse.Prelude

    No documentation available.

  8. module OpenSuse.Prelude.PrettyPrinting

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

  9. logPrintAll :: Q Exp

    easy-logger EasyLogger.Logger

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

  10. logPrintAllText :: Q Exp

    easy-logger EasyLogger.Logger

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

Page 377 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete