Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data ParseOptions tag text

    hexpat Text.XML.Expat.SAX

    No documentation available.

  2. ParseOptions :: Maybe Encoding -> Maybe (tag -> Maybe text) -> ParseOptions tag text

    hexpat Text.XML.Expat.SAX

    No documentation available.

  3. ProcessingInstruction :: text -> text -> SAXEvent tag text

    hexpat Text.XML.Expat.SAX

    No documentation available.

  4. data ParseOptions tag text

    hexpat Text.XML.Expat.Tree

    No documentation available.

  5. ParseOptions :: Maybe Encoding -> Maybe (tag -> Maybe text) -> ParseOptions tag text

    hexpat Text.XML.Expat.Tree

    No documentation available.

  6. module Hledger.Cli.Commands.Payees

    The payees command lists all unique payees (description part before a |) seen in transactions, sorted alphabetically.

  7. module Hledger.Cli.Commands.Prices

    No documentation available.

  8. module Hledger.Cli.Commands.Print

    A ledger-compatible print command.

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

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

Page 700 of many | Previous | Next