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. pattern KEY_3270_PrintScreen :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_Print :: Word32

    gi-gdk3 GI.Gdk.Constants

    No description available in the introspection data.

  3. arbitraryPrintableChar :: Gen Char

    massiv-test Test.Massiv.Utils

    Generates a printable Unicode character.

  4. getPrintableString :: PrintableString -> String

    massiv-test Test.Massiv.Utils

    No documentation available.

  5. module Rebase.GHC.Fingerprint

    No documentation available.

  6. hPrintf :: HPrintfType r => Handle -> String -> r

    rebase Rebase.Prelude

    Similar to printf, except that output is via the specified Handle. The return type is restricted to (IO a).

  7. eprintf :: MonadIO io => Format (io ()) r -> r

    turtle Turtle.Format

    Print a Format string to standard err (without a trailing newline)

    >>> eprintf ("Hello, "%s%"!\n") "world"
    Hello, world!
    

  8. uprint :: Show a => a -> IO ()

    unicode-show Text.Show.Unicode

    A version of print that uses ushow.

  9. uprintWith :: Show a => (Char -> Bool) -> a -> IO ()

    unicode-show Text.Show.Unicode

    A version of print that uses ushowWith.

  10. package wl-pprint-annotated

    Pretty printer with annotation support Wadler/Leijen pretty printer with support for annotations and modernized API. Annotations are useful for coloring. See wl-pprint-console.

Page 317 of many | Previous | Next