Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

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

  3. mapIndex :: (i -> j) -> T i name str -> T j name str

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  4. mapTag :: Filter name str -> Filter i name str

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  5. mapText :: (String -> String) -> T i name String -> T i name String

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  6. mapTextA :: Applicative m => (String -> m String) -> FilterA m i name String

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  7. mapAccum :: (a -> b -> (a, c)) -> a -> IntervalMap k b -> (a, IntervalMap k c)

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). The function mapAccum threads an accumulating argument through the map in ascending order of keys.

  8. mapAccumRWithKey :: (a -> k -> b -> (a, c)) -> a -> IntervalMap k b -> (a, IntervalMap k c)

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). The function mapAccumRWithKey threads an accumulating argument through the map in descending order of keys.

  9. mapAccumWithKey :: (a -> k -> b -> (a, c)) -> a -> IntervalMap k b -> (a, IntervalMap k c)

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). The function mapAccumWithKey threads an accumulating argument through the map in ascending order of keys.

  10. mapEither :: Interval k e => (a -> Either b c) -> IntervalMap k a -> (IntervalMap k b, IntervalMap k c)

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). Map values and separate the Left and Right results.

Page 327 of many | Previous | Next