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.
lfPrinter :: Printer p => LinePrinter p -> ptext-printer Text.Printer Separate lines with newLine.
linePrinter :: LinePrinter p -> (p -> p -> p) -> ptext-printer Text.Printer No documentation available.
prettyPrinter :: PrettyPrinter -> Doctext-printer Text.Printer No documentation available.
type family
PrettyPrintList (vs :: [k]) :: ErrorMessagetype-errors Type.Errors Pretty print a list.
>>> :show_error PrettyPrintList '[Bool] ... ... 'Bool' ...
>>> :show_error PrettyPrintList '[1, 2] ... ... '1', and '2' ...
>>> :show_error PrettyPrintList '["hello", "world", "cool"] ... ... "hello", "world", and "cool" ...
-
unicode-data Unicode.Char 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:
isPrint c == Data.Char.isPrint c
-
unicode-data Unicode.Char.General 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:
isPrint c == Data.Char.isPrint c
_pageSetupUsePrinterDefaults :: PageSetup -> Maybe Boolxlsx Codec.Xlsx.Types Use the printer’s defaults settings for page setup values and don't use the default values specified in the schema. Example: If dpi is not present or specified in the XML, the application must not assume 600dpi as specified in the schema as a default and instead must let the printer specify the default dpi.
_cldPrintsWithSheet :: ClientData -> Boolxlsx Codec.Xlsx.Types.Drawing This attribute indicates whether to print drawing elements when printing the sheet.
_pageSetupUsePrinterDefaults :: PageSetup -> Maybe Boolxlsx Codec.Xlsx.Types.PageSetup Use the printer’s defaults settings for page setup values and don't use the default values specified in the schema. Example: If dpi is not present or specified in the XML, the application must not assume 600dpi as specified in the schema as a default and instead must let the printer specify the default dpi.
pageSetupUsePrinterDefaults :: Lens' PageSetup (Maybe Bool)xlsx Codec.Xlsx.Types.PageSetup No documentation available.