Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    text-show TextShow.Generic

    A Generic implementation of hPrintT. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of hPrintTL. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of printT. Since: 2

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

    text-show TextShow.Generic

    A Generic implementation of printTL. Since: 2

  5. makeHPrintT :: Name -> Q Exp

    text-show TextShow.TH

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

  6. makeHPrintTL :: Name -> Q Exp

    text-show TextShow.TH

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

  7. makePrintT :: Name -> Q Exp

    text-show TextShow.TH

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

  8. makePrintTL :: Name -> Q Exp

    text-show TextShow.TH

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

  9. htmlprint :: [Content i] -> Doc

    HaXml Text.XML.HaXml.Html.Generate

    No documentation available.

  10. vPrint :: (HVIO a, Show b) => a -> b -> IO ()

    MissingH System.IO.HVIO

    Write a string representation of the argument, plus a newline.

Page 304 of many | Previous | Next