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.
collapseAllXText :: ArrowList a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit Applies collapseXText recursively. see also : collapseXText
removeAllComment :: ArrowXml a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit remove all comments in a tree recursively
removeAllWhiteSpace :: ArrowXml a => a XmlTree XmlTreehxt 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
substAllXHTMLEntityRefs :: ArrowXml a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit No documentation available.
transfAllCdata :: ArrowXml a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit converts CDATA sections in whole document tree into normal text nodes
transfAllCharRef :: ArrowXml a => a XmlTree XmlTreehxt Text.XML.HXT.Arrow.Edit recursively converts all character references to normal text
getAllSysAttrs :: IOStateArrow s b Attributeshxt Text.XML.HXT.Arrow.XmlState read all attributes from global state
getAllSysAttrs :: IOStateArrow s b Attributeshxt Text.XML.HXT.Arrow.XmlState.TypeDefs read all attributes from global state
stringAll :: Eq a => [a] -> [a] -> [Int]hxt Text.XML.HXT.DOM.Util find all positions where a string occurs within another string
naturalLog10 :: Natural -> Intinteger-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.