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. mapA :: Applicative m => (branch0 -> m branch1) -> (leaf0 -> m leaf1) -> T i branch0 leaf0 -> m (T i branch1 leaf1)

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  2. mapCond :: (branch -> Bool) -> (branch -> branch) -> (leaf -> leaf) -> T i branch leaf -> T i branch leaf

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  3. mapCondA :: Applicative m => (branch -> Bool) -> (branch -> m branch) -> (leaf -> m leaf) -> T i branch leaf -> m (T i branch leaf)

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  4. mapLabel :: (i -> j) -> T i branch leaf -> T j branch leaf

    wraxml Data.Tree.BranchLeafLabel

    No documentation available.

  5. mapSubTrees :: (branch -> Bool) -> ((branch, [T i branch leaf]) -> (branch, [T i branch leaf])) -> T i branch leaf -> T i branch leaf

    wraxml Data.Tree.BranchLeafLabel

    Process the subtrees for which the predicate holds. If the predicate matches subtrees of a matching subtree, the sub-subtrees are not mapped.

  6. mapCharToName :: Map Char Name

    wraxml Text.HTML.WraXML.Entity

    No documentation available.

  7. mapNameToChar :: Map Name Char

    wraxml Text.HTML.WraXML.Entity

    No documentation available.

  8. mapUnicodeRuns :: (String -> String) -> T -> T

    wraxml Text.XML.WraXML.String

    No documentation available.

  9. mapCond :: (T name str -> Bool) -> Filter name str -> (Leaf name str -> Leaf name str) -> Filter i name str

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  10. mapCondA :: Applicative m => (T name str -> Bool) -> (T name str -> m (T name str)) -> (Leaf name str -> m (Leaf name str)) -> FilterA m i name str

    wraxml Text.XML.WraXML.Tree

    No documentation available.

Page 328 of many | Previous | Next