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.
-
wraxml Text.XML.WraXML.Tree No documentation available.
-
wraxml Text.XML.WraXML.Tree No documentation available.
mapIndex :: (i -> j) -> T i name str -> T j name strwraxml Text.XML.WraXML.Tree No documentation available.
mapTag :: Filter name str -> Filter i name strwraxml Text.XML.WraXML.Tree No documentation available.
mapText :: (String -> String) -> T i name String -> T i name Stringwraxml Text.XML.WraXML.Tree No documentation available.
mapTextA :: Applicative m => (String -> m String) -> FilterA m i name Stringwraxml Text.XML.WraXML.Tree No documentation available.
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.
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.
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.
-
IntervalMap Data.IntervalMap.Generic.Lazy