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.
-
text-latin1 Text.Ascii Test if a byte is the encoding of an ASCII printable character.
-
text-latin1 Text.Latin1 Test if a character is a Latin-1 printable character.
-
text-latin1 Text.Latin1 Test if a byte is the encoding of a Latin-1 printable character.
-
Abstract interface for text builders/printers. This package provides an interface for injecting text into monoids such as builders and printers.
-
text-printer Text.Printer A multiline printer that combines lines with the provided function.
LinePrinter :: ((p -> p -> p) -> p) -> LinePrinter ptext-printer Text.Printer No documentation available.
class Printer p =>
MultilinePrinter ptext-printer Text.Printer Printers that can produce multiple lines of text.
-
text-printer Text.Printer No documentation available.
PrettyPrinter :: Doc -> PrettyPrintertext-printer Text.Printer No documentation available.
crlfPrinter :: Printer p => LinePrinter p -> ptext-printer Text.Printer Separate lines with crlf.