Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. formatNodeG :: (NodeClass n c, GenericXMLString tag, GenericXMLString text) => n c tag text -> c ByteString

    hexpat Text.XML.Expat.Format

    Format XML node with no header - generalized variant that returns a generic list of strict ByteStrings.

  2. formatSAX :: (GenericXMLString tag, GenericXMLString text) => [SAXEvent tag text] -> ByteString

    hexpat Text.XML.Expat.Format

    Format SAX events with no header - lazy variant that returns lazy ByteString.

  3. formatSAX' :: (GenericXMLString tag, GenericXMLString text) => [SAXEvent tag text] -> ByteString

    hexpat Text.XML.Expat.Format

    Format SAX events with no header - strict variant that returns strict ByteString.

  4. formatSAXG :: (List c, GenericXMLString tag, GenericXMLString text) => c (SAXEvent tag text) -> c ByteString

    hexpat Text.XML.Expat.Format

    Format SAX events with no header - generalized variant that uses generic list.

  5. formatArg :: PrintfArg a => a -> FieldFormatter

    hledger Hledger.Cli.Script

    No documentation available.

  6. formatChar :: Char -> FieldFormatter

    hledger Hledger.Cli.Script

    Formatter for Char values.

  7. formatInt :: (Integral a, Bounded a) => a -> FieldFormatter

    hledger Hledger.Cli.Script

    Formatter for Int values.

  8. formatInteger :: Integer -> FieldFormatter

    hledger Hledger.Cli.Script

    Formatter for Integer values.

  9. formatRealFloat :: RealFloat a => a -> FieldFormatter

    hledger Hledger.Cli.Script

    Formatter for RealFloat values.

  10. formatHpackError :: ProgramName -> HpackError -> String

    hpack Hpack.Error

    No documentation available.

Page 115 of many | Previous | Next