Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. class (IsString p, Semigroup p, Monoid p) => Printer p

    text-printer Text.Printer

    Text monoid. string must be equivalent to fromString and be a monoid homomorphism, i.e. string mempty = mempty and mappend (string x) (string y) = string (mappend x y). Other operations must be monoid homomorphisms that are eqiuvalent (but possibly faster) to the composition of string and the corresponding embedding, e.g. text = string . unpack.

  2. data PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Print errors This enumeration specifies how to display cells with errors when printing the worksheet.

  3. PrintErrorsBlank :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as blank

  4. PrintErrorsDash :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as dashes

  5. PrintErrorsDisplayed :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as displayed on screen

  6. PrintErrorsNA :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as #N/A

  7. PrintScreen :: HumanCmd

    LambdaHack Game.LambdaHack.Client.UI.HumanCmd

    No documentation available.

  8. PrintScreen :: Key

    LambdaHack Game.LambdaHack.Client.UI.Key

    No documentation available.

  9. class Printable α

    data-textual Data.Textual

    The default printer for values of a type.

  10. type PrintSettingsFunc = Text -> Text -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

Page 131 of many | Previous | Next