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. lfPrinter :: Printer p => LinePrinter p -> p

    text-printer Text.Printer

    Separate lines with newLine.

  2. linePrinter :: LinePrinter p -> (p -> p -> p) -> p

    text-printer Text.Printer

    No documentation available.

  3. prettyPrinter :: PrettyPrinter -> Doc

    text-printer Text.Printer

    No documentation available.

  4. type family PrettyPrintList (vs :: [k]) :: ErrorMessage

    type-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"
    ...
    

  5. isPrint :: Char -> Bool

    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
    

  6. isPrint :: Char -> Bool

    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
    

  7. _pageSetupUsePrinterDefaults :: PageSetup -> Maybe Bool

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

  8. _cldPrintsWithSheet :: ClientData -> Bool

    xlsx Codec.Xlsx.Types.Drawing

    This attribute indicates whether to print drawing elements when printing the sheet.

  9. _pageSetupUsePrinterDefaults :: PageSetup -> Maybe Bool

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

  10. pageSetupUsePrinterDefaults :: Lens' PageSetup (Maybe Bool)

    xlsx Codec.Xlsx.Types.PageSetup

    No documentation available.

Page 211 of many | Previous | Next