Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

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

    wraxml Text.XML.WraXML.Tree

    No documentation available.

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

    wraxml Text.XML.WraXML.Tree

    No documentation available.

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

    wraxml Text.XML.WraXML.Tree

    No documentation available.

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

    wraxml Text.XML.WraXML.Tree

    No documentation available.

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

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

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

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

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

    IntervalMap Data.IntervalMap.Generic.Lazy

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

Page 330 of many | Previous | Next