Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. collapseAllXText :: ArrowList a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    Applies collapseXText recursively. see also : collapseXText

  2. removeAllComment :: ArrowXml a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    remove all comments in a tree recursively

  3. removeAllWhiteSpace :: ArrowXml a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    simple recursive filter for removing all whitespace. removes all text nodes in a tree that consist only of whitespace. see also : removeWhiteSpace, removeDocWhiteSpace

  4. substAllXHTMLEntityRefs :: ArrowXml a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    No documentation available.

  5. transfAllCdata :: ArrowXml a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    converts CDATA sections in whole document tree into normal text nodes

  6. transfAllCharRef :: ArrowXml a => a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.Edit

    recursively converts all character references to normal text

  7. getAllSysAttrs :: IOStateArrow s b Attributes

    hxt Text.XML.HXT.Arrow.XmlState

    read all attributes from global state

  8. getAllSysAttrs :: IOStateArrow s b Attributes

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    read all attributes from global state

  9. stringAll :: Eq a => [a] -> [a] -> [Int]

    hxt Text.XML.HXT.DOM.Util

    find all positions where a string occurs within another string

  10. naturalLog10 :: Natural -> Int

    integer-logarithms Math.NumberTheory.Logarithms

    Calculate the integer logarithm of an Integer to base 10. The argument must be not zero, otherwise an error is thrown.

Page 424 of many | Previous | Next