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. isPrintable8 :: Word8 -> Bool

    text-latin1 Text.Ascii

    Test if a byte is the encoding of an ASCII printable character.

  2. isPrintable :: Char -> Bool

    text-latin1 Text.Latin1

    Test if a character is a Latin-1 printable character.

  3. isPrintable8 :: Word8 -> Bool

    text-latin1 Text.Latin1

    Test if a byte is the encoding of a Latin-1 printable character.

  4. package text-printer

    Abstract interface for text builders/printers. This package provides an interface for injecting text into monoids such as builders and printers.

  5. newtype LinePrinter p

    text-printer Text.Printer

    A multiline printer that combines lines with the provided function.

  6. LinePrinter :: ((p -> p -> p) -> p) -> LinePrinter p

    text-printer Text.Printer

    No documentation available.

  7. class Printer p => MultilinePrinter p

    text-printer Text.Printer

    Printers that can produce multiple lines of text.

  8. newtype PrettyPrinter

    text-printer Text.Printer

    No documentation available.

  9. PrettyPrinter :: Doc -> PrettyPrinter

    text-printer Text.Printer

    No documentation available.

  10. crlfPrinter :: Printer p => LinePrinter p -> p

    text-printer Text.Printer

    Separate lines with crlf.

Page 210 of many | Previous | Next