Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. pprintMessageWithRegistry :: Message msg => Registry -> msg -> Doc

    proto-lens Data.ProtoLens.TextFormat

    Pretty-print the given message into human-readable form, using the given Registry to decode google.protobuf.Any values.

  2. 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:

  3. 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

  4. 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

  5. module TextShow.GHC.Fingerprint

    TextShow instance for Fingerprint. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of hPrintT. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of hPrintTL. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of printT. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of printTL. Since: 2

  10. makeHPrintT :: Name -> Q Exp

    text-show TextShow.TH

    Generates a lambda expression which behaves like hPrintT (without requiring a TextShow instance). Since: 2

Page 304 of many | Previous | Next