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. formatDocumentG :: (DocumentClass d c, GenericXMLString tag, GenericXMLString text) => d c tag text -> c ByteString

    hexpat Text.XML.Expat.Format

    Format an XML document - generalized variant that returns a generic list of strict ByteStrings.

  2. formatG :: (NodeClass n c, GenericXMLString tag, GenericXMLString text) => n c tag text -> c ByteString

    hexpat Text.XML.Expat.Format

    Format document with <?xml.. header - generalized variant that returns a generic list of strict ByteStrings.

  3. formatNode :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format XML node with no header - lazy variant that returns lazy ByteString.

  4. formatNode' :: (NodeClass n [], GenericXMLString tag, GenericXMLString text) => n [] tag text -> ByteString

    hexpat Text.XML.Expat.Format

    Format XML node with no header - strict variant that returns strict ByteString.

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

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

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

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

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

    hledger Hledger.Cli.Script

    No documentation available.

  10. formatChar :: Char -> FieldFormatter

    hledger Hledger.Cli.Script

    Formatter for Char values.

Page 115 of many | Previous | Next