Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. tyConFingerprint :: TyCon -> Fingerprint

    ghc-internal GHC.Internal.Type.Reflection.Unsafe

    No documentation available.

  2. isPrint :: Char -> Bool

    ghc-internal GHC.Internal.Unicode

    Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:

  3. isPrint :: Char -> Bool

    protolude Protolude

    Selects printable Unicode characters (letters, numbers, marks, punctuation, symbols and spaces). This function returns False if its argument has one of the following GeneralCategorys, or True otherwise:

  4. hPrintT :: TextShow a => Handle -> a -> IO ()

    text-show TextShow

    Writes a value's strict Text representation to a file handle, followed by a newline. Since: 2

  5. hPrintTL :: TextShow a => Handle -> a -> IO ()

    text-show TextShow

    Writes a value's lazy Text representation to a file handle, followed by a newline. Since: 2

  6. module TextShow.GHC.Fingerprint

    TextShow instance for Fingerprint. Since: 2

  7. genericHPrintT :: (Generic a, GTextShowT (Rep a ())) => Handle -> a -> IO ()

    text-show TextShow.Generic

    A Generic implementation of hPrintT. Since: 2

  8. genericHPrintTL :: (Generic a, GTextShowTL (Rep a ())) => Handle -> a -> IO ()

    text-show TextShow.Generic

    A Generic implementation of hPrintTL. Since: 2

  9. genericPrintT :: (Generic a, GTextShowT (Rep a ())) => a -> IO ()

    text-show TextShow.Generic

    A Generic implementation of printT. Since: 2

  10. genericPrintTL :: (Generic a, GTextShowTL (Rep a ())) => a -> IO ()

    text-show TextShow.Generic

    A Generic implementation of printTL. Since: 2

Page 192 of many | Previous | Next