Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. class PrintfType t

    hledger Hledger.Cli.Script

    The PrintfType class provides the variable argument magic for printf. Its implementation is intentionally not visible from this module. If you attempt to pass an argument of a type which is not an instance of this class to printf or hPrintf, then the compiler will report it as a missing instance of PrintfArg.

  2. PrintKey :: Key

    terminal System.Terminal

    No documentation available.

  3. module Text.Printer

    Monoids with a homomorphism from String to themselves.

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

  5. data PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

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

  6. PrintErrorsBlank :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as blank

  7. PrintErrorsDash :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as dashes

  8. PrintErrorsDisplayed :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as displayed on screen

  9. PrintErrorsNA :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as #N/A

  10. PrintScreen :: HumanCmd

    LambdaHack Game.LambdaHack.Client.UI.HumanCmd

    No documentation available.

Page 131 of many | Previous | Next