Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. module Control.Carrier.Trace.Printing

    A carrier for the Trace effect that prints all traced results to stderr.

  2. class PrintfArg a

    hledger Hledger.Cli.Script

    Typeclass of printf-formattable values. The formatArg method takes a value and a field format descriptor and either fails due to a bad descriptor or produces a ShowS as the result. The default parseFormat expects no modifiers: this is the normal case. Minimal instance: formatArg.

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

  4. PrintKey :: Key

    terminal System.Terminal

    No documentation available.

  5. module Text.Printer

    Monoids with a homomorphism from String to themselves.

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

  7. data PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

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

  8. PrintErrorsBlank :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as blank

  9. PrintErrorsDash :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as dashes

  10. PrintErrorsDisplayed :: PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Display cell errors as displayed on screen

Page 114 of many | Previous | Next